Uses of Interface
org.opendaylight.graph.ConnectedGraph
-
Packages that use ConnectedGraph Package Description org.opendaylight.algo org.opendaylight.algo.impl org.opendaylight.bgpcep.pcep.server.provider org.opendaylight.graph org.opendaylight.graph.impl -
-
Uses of ConnectedGraph in org.opendaylight.algo
Methods in org.opendaylight.algo with parameters of type ConnectedGraph Modifier and Type Method Description PathComputationAlgorithm
PathComputationProvider. getPathComputationAlgorithm(ConnectedGraph cgraph, AlgorithmType algorithmType)
Return Path Computation Algorithm object that corresponds to the requested type. -
Uses of ConnectedGraph in org.opendaylight.algo.impl
Fields in org.opendaylight.algo.impl declared as ConnectedGraph Modifier and Type Field Description protected ConnectedGraph
AbstractPathComputation. graph
Methods in org.opendaylight.algo.impl with parameters of type ConnectedGraph Modifier and Type Method Description PathComputationAlgorithm
PathComputationServer. getPathComputationAlgorithm(ConnectedGraph runningGraph, AlgorithmType algorithmType)
Constructors in org.opendaylight.algo.impl with parameters of type ConnectedGraph Constructor Description AbstractPathComputation(ConnectedGraph graph)
ConstrainedShortestPathFirst(ConnectedGraph graph)
Samcra(ConnectedGraph graph)
ShortestPathFirst(ConnectedGraph graph)
-
Uses of ConnectedGraph in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider that return ConnectedGraph Modifier and Type Method Description ConnectedGraph
DefaultPceServerProvider. getTedGraph()
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type ConnectedGraph Modifier and Type Method Description void
ManagedTePath. setGraph(ConnectedGraph graph)
void
ManagedTePath. unsetGraph(ConnectedGraph graph)
void
ManagedTePath. updateGraph(ConnectedGraph graph)
Constructors in org.opendaylight.bgpcep.pcep.server.provider with parameters of type ConnectedGraph Constructor Description PathComputationImpl(ConnectedGraph tedGraph, PathComputationProvider algoProvider)
-
Uses of ConnectedGraph in org.opendaylight.graph
Methods in org.opendaylight.graph that return ConnectedGraph Modifier and Type Method Description ConnectedGraph
ConnectedGraphProvider. addGraph(Graph graph)
Add a Graph.ConnectedGraph
ConnectedGraphProvider. createConnectedGraph(String name, Graph.DomainScope scope)
Create Connected Graph and associated Graph for given name and Graph Type.ConnectedGraph
ConnectedGraphProvider. getConnectedGraph(String name)
Returns Connected Graph for the given graph name.ConnectedGraph
ConnectedGraphProvider. 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. -
Uses of ConnectedGraph in org.opendaylight.graph.impl
Classes in org.opendaylight.graph.impl that implement ConnectedGraph Modifier and Type Class Description class
ConnectedGraphImpl
This Class implements the Connected Graph for path computation algorithms.Methods in org.opendaylight.graph.impl that return ConnectedGraph Modifier and Type Method Description ConnectedGraph
ConnectedGraphServer. addGraph(Graph graph)
ConnectedGraph
ConnectedGraphServer. createConnectedGraph(String name, Graph.DomainScope scope)
ConnectedGraph
ConnectedGraphServer. getConnectedGraph(String name)
ConnectedGraph
ConnectedGraphServer. getConnectedGraph(GraphKey key)
Methods in org.opendaylight.graph.impl that return types with arguments of type ConnectedGraph Modifier and Type Method Description List<ConnectedGraph>
ConnectedGraphServer. getConnectedGraphs()
-