Uses of Class
org.opendaylight.algo.impl.CspfPath
Packages that use CspfPath
-
Uses of CspfPath in org.opendaylight.algo.impl
Fields in org.opendaylight.algo.impl declared as CspfPathModifier and TypeFieldDescriptionprotected CspfPath
AbstractPathComputation.pathDestination
protected CspfPath
AbstractPathComputation.pathSource
Fields in org.opendaylight.algo.impl with type parameters of type CspfPathModifier and TypeFieldDescriptionprotected final PriorityQueue<CspfPath>
AbstractPathComputation.priorityQueue
AbstractPathComputation.processedPath
Methods in org.opendaylight.algo.impl that return CspfPathModifier and TypeMethodDescriptionCspfPath.addConnectedEdge
(ConnectedEdge edge) CspfPath.replacePath
(List<ConnectedEdge> list) CspfPath.setCost
(int cost) CspfPath.setDelay
(int delay) CspfPath.setPathLength
(float length) CspfPath.setPathStatus
(byte status) CspfPath.setPredecessor
(Long vertexId) Methods in org.opendaylight.algo.impl with parameters of type CspfPathModifier and TypeMethodDescriptionint
protected boolean
AbstractPathComputation.pruneEdge
(ConnectedEdge edge, CspfPath path) Check if Edge need to be prune regarding all constraints including address family.