Uses of Interface
org.opendaylight.graph.ConnectedGraph
Package
Description
-
Uses of ConnectedGraph in org.opendaylight.algo
Modifier 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
Modifier and TypeMethodDescriptionPathComputationServer.getPathComputationAlgorithm
(ConnectedGraph runningGraph, AlgorithmType algorithmType) ModifierConstructorDescriptionprotected
Samcra
(ConnectedGraph graph) ShortestPathFirst
(ConnectedGraph graph) -
Uses of ConnectedGraph in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionvoid
ManagedTePath.setGraph
(ConnectedGraph graph) void
ManagedTePath.unsetGraph
(ConnectedGraph graph) void
ManagedTePath.updateGraph
(ConnectedGraph graph) ModifierConstructorDescriptionPathComputationImpl
(ConnectedGraph tedGraph, PathComputationProvider algoProvider) -
Uses of ConnectedGraph in org.opendaylight.graph
Modifier 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.Modifier and TypeMethodDescriptionConnectedGraphProvider.getConnectedGraphs()
Returns all registered Connected Graphs. -
Uses of ConnectedGraph in org.opendaylight.graph.impl
Modifier and TypeClassDescriptionclass
This Class implements the Connected Graph for path computation algorithms.Modifier and TypeMethodDescriptionConnectedGraphServer.createConnectedGraph
(String name, Graph.DomainScope scope) ConnectedGraphServer.getConnectedGraph
(String name) ConnectedGraphServer.getConnectedGraph
(GraphKey key)