Interface MinMaxPathResult
-
- All Superinterfaces:
ShortestPathResult
- All Known Implementing Classes:
MinMaxPathResultImpl
public interface MinMaxPathResult extends ShortestPathResult
Track results of a min-max path tree path execution allowing one to extract both minimum and maximum cost paths along the tree. To determine which type is obtained, the user can switch the state from minimum to maximum and vice versa. The subsequent methods will take the state into account when providing the results.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMinPathState(boolean flag)
Switch state to minimum path results-
Methods inherited from interface org.goplanit.algorithms.shortestpath.ShortestPathResult
createPath, forEachBackwardEdgeSegment, getCostToReach, getIncomingEdgeSegmentForVertex
-
-