Package org.goplanit.algorithms.shortest
Interface MinMaxPathResult
-
- All Superinterfaces:
ShortestPathResult
,ShortestResult
- All Known Implementing Classes:
MinMaxPathResultImpl
public interface MinMaxPathResult extends ShortestPathResult
Implementation of the MinMaxPathResult interface- 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.shortest.ShortestPathResult
createPath, forEachNextEdgeSegment, getNextEdgeSegmentForVertex
-
Methods inherited from interface org.goplanit.algorithms.shortest.ShortestResult
getCostOf, getNextVertexForEdgeSegment, getSearchType, isInverted
-
-