Uses of Interface
org.opendaylight.graph.ConnectedGraph
-
-
Uses of ConnectedGraph in org.opendaylight.algo
Methods in org.opendaylight.algo with parameters of type ConnectedGraph Modifier and Type Method Description PathComputationAlgorithmPathComputationProvider. 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 ConnectedGraphAbstractPathComputation. graphMethods in org.opendaylight.algo.impl with parameters of type ConnectedGraph Modifier and Type Method Description PathComputationAlgorithmPathComputationServer. 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
Methods in org.opendaylight.bgpcep.pcep.server that return ConnectedGraph Modifier and Type Method Description ConnectedGraphPceServerProvider. getTedGraph() -
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 @Nullable ConnectedGraphPceServerFactory. getTedGraph()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 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. -
Uses of ConnectedGraph in org.opendaylight.graph.impl
Classes in org.opendaylight.graph.impl that implement ConnectedGraph Modifier and Type Class Description classConnectedGraphImplThis Class implements the Connected Graph for path computation algorithms.Methods in org.opendaylight.graph.impl that return ConnectedGraph Modifier and Type Method Description ConnectedGraphConnectedGraphServer. addGraph(Graph graph)ConnectedGraphConnectedGraphServer. createConnectedGraph(String name, Graph.DomainScope scope)ConnectedGraphConnectedGraphServer. getConnectedGraph(String name)ConnectedGraphConnectedGraphServer. getConnectedGraph(GraphKey key)Methods in org.opendaylight.graph.impl that return types with arguments of type ConnectedGraph Modifier and Type Method Description ArrayList<ConnectedGraph>ConnectedGraphServer. getConnectedGraphs()
-