Uses of Interface
org.opendaylight.graph.ConnectedGraph
Packages that use ConnectedGraph
Package
Description
-
Uses of ConnectedGraph in org.opendaylight.algo
Methods in org.opendaylight.algo with parameters of type ConnectedGraphModifier and TypeMethodDescriptionPathComputationProvider.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 ConnectedGraphMethods in org.opendaylight.algo.impl with parameters of type ConnectedGraphModifier and TypeMethodDescriptionPathComputationServer.getPathComputationAlgorithm
(ConnectedGraph runningGraph, AlgorithmType algorithmType) Constructors in org.opendaylight.algo.impl with parameters of type ConnectedGraphModifierConstructorDescriptionprotected
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 ConnectedGraphMethods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type ConnectedGraphModifier and TypeMethodDescriptionvoid
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 ConnectedGraphModifierConstructorDescriptionPathComputationImpl
(ConnectedGraph tedGraph, PathComputationProvider algoProvider) -
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. -
Uses of ConnectedGraph in org.opendaylight.graph.impl
Classes in org.opendaylight.graph.impl that implement ConnectedGraphModifier and TypeClassDescriptionclass
This Class implements the Connected Graph for path computation algorithms.Methods in org.opendaylight.graph.impl that return ConnectedGraphModifier and TypeMethodDescriptionConnectedGraphServer.createConnectedGraph
(String name, Graph.DomainScope scope) ConnectedGraphServer.getConnectedGraph
(String name) ConnectedGraphServer.getConnectedGraph
(GraphKey key) Methods in org.opendaylight.graph.impl that return types with arguments of type ConnectedGraph