Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.VertexKey
-
-
Uses of VertexKey in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type VertexKey Modifier and Type Method Description voidConnectedGraph. deleteVertex(VertexKey vertexKey)Remove the Vertex in the Connected Graph. -
Uses of VertexKey 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 VertexKey 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 VertexKey Modifier and Type Method Description GraphBuilderGraphBuilder. setVertex(Map<VertexKey,Vertex> values)Set the property corresponding toGraph.getVertex()to the specified value. -
Uses of VertexKey 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 that return VertexKey Modifier and Type Method Description VertexKeyVertex. key()VertexKeyVertexBuilder. key()Return current value associated with the property corresponding toVertex.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type VertexKey Modifier and Type Method Description VertexBuilderVertexBuilder. withKey(VertexKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type VertexKey Constructor Description VertexKey(VertexKey source)Creates a copy from Source Object.
-