Uses of Interface
nl.tue.astar.AStarThread.Canceller
-
Packages that use AStarThread.Canceller Package Description nl.tue.astar nl.tue.astar.impl -
-
Uses of AStarThread.Canceller in nl.tue.astar
Methods in nl.tue.astar with parameters of type AStarThread.Canceller Modifier and Type Method Description RecordAStarThread. getOptimalRecord(AStarThread.Canceller c)Returns a Record for an optimal alignment.RecordAStarThread. getOptimalRecord(AStarThread.Canceller c, int stopAt)Returns a Record for an optimal alignment. -
Uses of AStarThread.Canceller in nl.tue.astar.impl
Methods in nl.tue.astar.impl with parameters of type AStarThread.Canceller Modifier and Type Method Description RecordAbstractAStarThread. getOptimalRecord(AStarThread.Canceller c)RecordAbstractAStarThread. getOptimalRecord(AStarThread.Canceller c, double timeLimit)RecordAbstractAStarThread. getOptimalRecord(AStarThread.Canceller c, int stopAt)RecordAbstractAStarThread. getOptimalRecord(AStarThread.Canceller c, int stopAt, double timeLimit)gets the optimal record.
-