Uses of Interface
org.opendaylight.graph.ConnectedGraph
Packages that use ConnectedGraph
-
Uses of ConnectedGraph in org.opendaylight.graph
Methods in org.opendaylight.graph that return ConnectedGraphModifier and TypeMethodDescriptionAdd a Graph.ConnectedGraphProvider.createConnectedGraph(String name, Graph.DomainScope scope) Create Connected Graph and associated Graph for given name and Graph Type.ConnectedGraphProvider.getConnectedGraph(String name) Returns Connected Graph for the given graph name.ConnectedGraphProvider.getConnectedGraph(GraphKey key) Returns Connected Graph for the given graph key.Methods in org.opendaylight.graph that return types with arguments of type ConnectedGraphModifier and TypeMethodDescriptionConnectedGraphProvider.getConnectedGraphs()Returns all registered Connected Graphs.