Uses of Class
nl.tue.astar.AStarException
-
Packages that use AStarException Package Description nl.tue.astar nl.tue.astar.impl nl.tue.astar.impl.memefficient -
-
Uses of AStarException in nl.tue.astar
Methods in nl.tue.astar that throw AStarException 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.Constructors in nl.tue.astar that throw AStarException Constructor Description CPUEfficient(Delegate<H,T> delegate, gnu.trove.map.TObjectIntMap<H> head2int, java.util.List<State<H,T>> stateList, H initialHead, Trace trace, int maxStates)MemoryEfficient(MemoryEfficientAStarAlgorithm<H,T> algorithm, H initialHead, Trace trace, int maxStates) -
Uses of AStarException in nl.tue.astar.impl
Methods in nl.tue.astar.impl that throw AStarException Modifier and Type Method Description protected booleanAbstractAStarThread. allowMove(Record rec, int modelMove, int logMove)This method handles the filtering of moves in the situation the total ordering is implied.intAbstractAStarThread.StorageHandler. getEstimate(H head, long index)return the estimate of the tail for the given head.longAbstractAStarThread.StorageHandler. getIndexOf(H head)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.State<H,T>AbstractAStarThread.StorageHandler. getStoredState(Record rec)protected voidAbstractAStarThread. initializeQueue(H head)protected voidAbstractAStarThread. processMove(H head, T tail, Record rec, int modelMove, int movedEvent, int activity)protected voidAbstractAStarThread. processMovesForRecord(Record rec, H head, T tail, int stopAt, double timeLimit, long endTime)protected voidAbstractAStarThread. processMovesForRecordWithUpToDateTail(Record rec, H head, T tail, int stopAt, double timeLimit, long endTime)<TT extends FastLowerBoundTail>
voidAbstractAStarThread.StorageHandler. reComputeFastLowerboundTail(Record rec, TT tail, H head, int storedEstimate)implementations may assume that TT == T<TT extends FastLowerBoundTail>
voidJavaCollectionStorageHandler. reComputeFastLowerboundTail(Record rec, TT tail, H head, int storedEstimate)voidAbstractAStarThread.StorageHandler. storeStateForRecord(State<H,T> state, Record newRec) -
Uses of AStarException in nl.tue.astar.impl.memefficient
Methods in nl.tue.astar.impl.memefficient that throw AStarException Modifier and Type Method Description intMemoryEfficientStorageHandler. getEstimate(H head, long index)longMemoryEfficientStorageHandler. getIndexOf(H head)State<H,T>MemoryEfficientStorageHandler. getStoredState(Record rec)<TT extends FastLowerBoundTail>
voidMemoryEfficientStorageHandler. reComputeFastLowerboundTail(Record rec, TT tail, H head, int storedEstimate)voidMemoryEfficientStorageHandler. storeStateForRecord(State<H,T> state, Record newRec)
-