Uses of Interface
org.opendaylight.graph.ConnectedGraph
-
Packages that use ConnectedGraph Package Description org.opendaylight.graph -
-
Uses of ConnectedGraph in org.opendaylight.graph
Methods in org.opendaylight.graph that return ConnectedGraph Modifier and Type Method Description ConnectedGraphConnectedGraphProvider. addGraph(Graph graph)Add a Graph.ConnectedGraphConnectedGraphProvider. createConnectedGraph(String name, Graph.DomainScope scope)Create Connected Graph and associated Graph for given name and Graph Type.ConnectedGraphConnectedGraphProvider. getConnectedGraph(String name)Returns Connected Graph for the given graph name.ConnectedGraphConnectedGraphProvider. getConnectedGraph(GraphKey key)Returns Connected Graph for the given graph key.Methods in org.opendaylight.graph that return types with arguments of type ConnectedGraph Modifier and Type Method Description List<ConnectedGraph>ConnectedGraphProvider. getConnectedGraphs()Returns all registered Connected Graphs.
-