Interface Vertex

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Vertex>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Graph>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<VertexKey>, Vertex

    public interface Vertex
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Graph>, org.opendaylight.yangtools.yang.binding.Augmentable<Vertex>, Vertex, org.opendaylight.yangtools.yang.binding.Identifiable<VertexKey>
    The list of Vertices defined for the Graph.

    This class represents the following YANG schema fragment defined in module graph

     list vertex {
       key vertex-id;
       uses vertex;
     }
     
    The schema path to identify an instance is graph/graph-topology/graph/vertex

    To create instances of this class use VertexBuilder.

    See Also:
    VertexBuilder, VertexKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Vertex> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Vertex
      • key

        VertexKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<VertexKey>