Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.GraphKey
-
-
Uses of GraphKey in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type GraphKey Modifier and Type Method Description voidConnectedGraphProvider. deleteGraph(GraphKey key)Remove a Graph.ConnectedGraphConnectedGraphProvider. getConnectedGraph(GraphKey key)Returns Connected Graph for the given graph key.GraphConnectedGraphProvider. getGraph(GraphKey key)Returns the Graph for the given graph key. -
Uses of GraphKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return types with arguments of type GraphKey Modifier and Type Method Description @Nullable Map<GraphKey,Graph>GraphTopology. getGraph()Return graph, ornullif it is not present.Map<GraphKey,Graph>GraphTopologyBuilder. getGraph()Return current value associated with the property corresponding toGraphTopology.getGraph().default @NonNull Map<GraphKey,Graph>GraphTopology. nonnullGraph()Return graph, 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 with type arguments of type GraphKey Modifier and Type Method Description GraphTopologyBuilderGraphTopologyBuilder. setGraph(Map<GraphKey,Graph> values)Set the property corresponding toGraphTopology.getGraph()to the specified value. -
Uses of GraphKey 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 GraphKey Modifier and Type Method Description GraphKeyGraph. key()GraphKeyGraphBuilder. key()Return current value associated with the property corresponding toGraph.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with parameters of type GraphKey Modifier and Type Method Description GraphBuilderGraphBuilder. withKey(GraphKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with parameters of type GraphKey Constructor Description GraphKey(GraphKey source)Creates a copy from Source Object.
-