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 CspfPathAbstractPathComputation.pathDestinationprotected CspfPathAbstractPathComputation.pathSourceFields in org.opendaylight.algo.impl with type parameters of type CspfPathModifier and TypeFieldDescriptionprotected final PriorityQueue<CspfPath>AbstractPathComputation.priorityQueueAbstractPathComputation.processedPathMethods 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 TypeMethodDescriptionintprotected booleanAbstractPathComputation.pruneEdge(ConnectedEdge edge, CspfPath path) Check if Edge need to be prune regarding all constraints including address family.