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