Uses of Interface
nl.tue.astar.Trace
-
Packages that use Trace Package Description nl.tue.astar nl.tue.astar.impl nl.tue.astar.util -
-
Uses of Trace in nl.tue.astar
Methods in nl.tue.astar that return Trace Modifier and Type Method Description TraceAStarThread. getTrace()Returns the trace for which this AStarThread was instantiated.Methods in nl.tue.astar with parameters of type Trace Modifier and Type Method Description RecordDelegate. createInitialRecord(H head, Trace trace)instantiates a record for the given head.gnu.trove.TIntCollectionRecord. getNextEvents(Delegate<? extends Head,? extends Tail> delegate, Trace trace)return the events in the trace that are currently enabled.RecordRecord. getNextRecord(Delegate<? extends Head,? extends Tail> d, Trace trace, Head newHead, long state, int modelMove, int movedEvent, int activity)creates a new record, based on the operations m and l applied to the old head.Constructors in nl.tue.astar with parameters of type Trace 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 Trace in nl.tue.astar.impl
Fields in nl.tue.astar.impl declared as Trace Modifier and Type Field Description protected TraceAbstractAStarThread. traceMethods in nl.tue.astar.impl that return Trace Modifier and Type Method Description TraceAbstractAStarThread. getTrace()Constructors in nl.tue.astar.impl with parameters of type Trace Constructor Description AbstractAStarThread(Delegate<H,T> delegate, Trace trace, int maxStates, AbstractAStarThread.StorageHandler<H,T> storageHandler)any implementation should, after calling this constructor, call initializeQueue(initialHead); -
Uses of Trace in nl.tue.astar.util
Classes in nl.tue.astar.util that implement Trace Modifier and Type Class Description classAbstractTraceclassLinearTraceclassPartiallyOrderedTrace
-