Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.Vertex
-
-
Uses of Vertex in org.opendaylight.graph
Methods in org.opendaylight.graph that return Vertex Modifier and Type Method Description @NonNull VertexConnectedVertex. getVertex()Returns Vertex associated to this Connected Vertex.Methods in org.opendaylight.graph with parameters of type Vertex Modifier and Type Method Description ConnectedVertexConnectedGraph. addVertex(Vertex vertex)Add Vertex in the Connected Graph. -
Uses of Vertex in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return types with arguments of type Vertex Modifier and Type Method Description @Nullable Map<VertexKey,Vertex>Graph. getVertex()Return vertex, ornullif it is not present.Map<VertexKey,Vertex>GraphBuilder. getVertex()Return current value associated with the property corresponding toGraph.getVertex().default @NonNull Map<VertexKey,Vertex>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.rev191125.graph.topology with type arguments of type Vertex Modifier and Type Method Description GraphBuilderGraphBuilder. setVertex(Map<VertexKey,Vertex> values)Set 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.rev191125.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with type parameters of type Vertex Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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.rev191125.graph.topology.graph that return Vertex Modifier and Type Method Description @NonNull VertexVertexBuilder. build()A newVertexinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph that return types with arguments of type Vertex Modifier and Type Method Description default Class<Vertex>Vertex. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type Vertex Modifier and Type Method Description static 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.rev191125.graph.topology.graph with type arguments of type Vertex Modifier and Type Method Description VertexBuilderVertexBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Vertex> augmentation)Add an augmentation to this builder's product.VertexBuilderVertexBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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.rev191125.graph.topology.graph with parameters of type Vertex Constructor Description VertexBuilder(Vertex base)Construct a builder initialized with state from specifiedVertex.
-