Uses of Class
nl.tue.astar.impl.State
-
Packages that use State Package Description nl.tue.astar nl.tue.astar.impl nl.tue.astar.impl.memefficient -
-
Uses of State in nl.tue.astar
Methods in nl.tue.astar that return State Modifier and Type Method Description <H extends Head,T extends Tail>
State<H,T>Record. getState(CompressedStore<State<H,T>> storage)retrieves the state stored at index getState() from the storage.Method parameters in nl.tue.astar with type arguments of type State Modifier and Type Method Description <H extends Head,T extends Tail>
State<H,T>Record. getState(CompressedStore<State<H,T>> storage)retrieves the state stored at index getState() from the storage.Constructor parameters in nl.tue.astar with type arguments of type State 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) -
Uses of State in nl.tue.astar.impl
Fields in nl.tue.astar.impl with type parameters of type State Modifier and Type Field Description protected java.util.List<State<H,T>>JavaCollectionStorageHandler. stateListMethods in nl.tue.astar.impl that return State Modifier and Type Method Description State<H,T>AbstractAStarThread.StorageHandler. getStoredState(Record rec)State<H,T>JavaCollectionStorageHandler. getStoredState(Record rec)State<H,T>StateCompressor. inflate(java.io.InputStream stream)Methods in nl.tue.astar.impl with parameters of type State Modifier and Type Method Description voidStateCompressor. deflate(State<H,T> object, java.io.OutputStream stream)booleanStateCompressor. equals(State<H,T> object, CompressedStore<State<H,T>> store, long l)intStateCompressor. getHashCode(State<H,T> state)voidAbstractAStarThread.StorageHandler. storeStateForRecord(State<H,T> state, Record newRec)voidJavaCollectionStorageHandler. storeStateForRecord(State<H,T> state, Record newRec)Method parameters in nl.tue.astar.impl with type arguments of type State Modifier and Type Method Description booleanStateCompressor. equals(State<H,T> object, CompressedStore<State<H,T>> store, long l)intStateCompressor. getHashCode(CompressedStore<State<H,T>> store, long l)Constructor parameters in nl.tue.astar.impl with type arguments of type State Constructor Description DotGraphAStarObserver(java.io.File outputFile, CompressedStore<? extends State<?,?>> store)JavaCollectionStorageHandler(Delegate<H,T> delegate, gnu.trove.map.TObjectIntMap<H> head2int, java.util.List<State<H,T>> stateList) -
Uses of State in nl.tue.astar.impl.memefficient
Fields in nl.tue.astar.impl.memefficient with type parameters of type State Modifier and Type Field Description protected CompressedHashSet<State<H,T>>MemoryEfficientStorageHandler. statespaceprotected CompressedStore<State<H,T>>MemoryEfficientStorageHandler. storeMethods in nl.tue.astar.impl.memefficient that return State Modifier and Type Method Description State<H,T>MemoryEfficientStorageHandler. getStoredState(Record rec)Methods in nl.tue.astar.impl.memefficient that return types with arguments of type State Modifier and Type Method Description EqualOperation<State<H,T>>StorageAwareDelegate. getHeadBasedEqualOperation()HashOperation<State<H,T>>StorageAwareDelegate. getHeadBasedHashOperation()CompressedHashSet<State<H,T>>MemoryEfficientAStarAlgorithm. getStatespace()CompressedStore<State<H,T>>MemoryEfficientAStarAlgorithm. getStore()Methods in nl.tue.astar.impl.memefficient with parameters of type State Modifier and Type Method Description voidMemoryEfficientStorageHandler. storeStateForRecord(State<H,T> state, Record newRec)Method parameters in nl.tue.astar.impl.memefficient with type arguments of type State Modifier and Type Method Description voidStorageAwareDelegate. setStateSpace(CompressedHashSet<State<H,T>> statespace)
-