Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.Vertex
Packages that use Vertex
Package
Description
-
Uses of Vertex in org.opendaylight.graph
Methods in org.opendaylight.graph that return VertexModifier and TypeMethodDescription@NonNull VertexConnectedVertex.getVertex()Returns Vertex associated to this Connected Vertex.Methods in org.opendaylight.graph with parameters of type VertexModifier and TypeMethodDescriptionAdd Vertex in the Connected Graph. -
Uses of Vertex in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology that return types with arguments of type VertexModifier and TypeMethodDescriptionGraph.getVertex()Return vertex, ornullif it is not present.GraphBuilder.getVertex()Return current value associated with the property corresponding toGraph.getVertex().Graph.nonnullVertex()Return vertex, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology with type arguments of type VertexModifier and TypeMethodDescriptionSet the property corresponding toGraph.getVertex()to the specified value. -
Uses of Vertex in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with type parameters of type VertexModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Vertex>>
E$$VertexBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph that return VertexMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph that return types with arguments of type VertexMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type VertexModifier and TypeMethodDescriptionstatic booleanVertex.bindingEquals(@NonNull Vertex thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intVertex.bindingHashCode(@NonNull Vertex obj) Default implementation ofObject.hashCode()contract for this interface.static StringVertex.bindingToString(@NonNull Vertex obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with type arguments of type VertexModifier and TypeMethodDescriptionVertexBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Vertex> augmentation) Add an augmentation to this builder's product.VertexBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Vertex>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type VertexModifierConstructorDescriptionVertexBuilder(Vertex base) Construct a builder initialized with state from specifiedVertex.