Class JavaCollectionStorageHandlerNoModelMoves<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
- java.lang.Object
-
- org.processmining.lpm.adjustedalignments.JavaCollectionStorageHandlerNoModelMoves<H,T>
-
- All Implemented Interfaces:
AbstractAStarThreadNoModelMoves.StorageHandler<H,T>
public class JavaCollectionStorageHandlerNoModelMoves<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> extends java.lang.Object implements AbstractAStarThreadNoModelMoves.StorageHandler<H,T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetIndexOf(H head)nl.tue.astar.impl.State<H,T>getStoredState(nl.tue.astar.Record rec)TgetStoredTail(T tail, long index, int modelMove, int movedEvent, int logMove)voidstoreStateForRecord(nl.tue.astar.impl.State<H,T> state, nl.tue.astar.Record newRec)return the estimate of the tail for the given head.
-
-
-
Method Detail
-
getStoredTail
public T getStoredTail(T tail, long index, int modelMove, int movedEvent, int logMove)
-
storeStateForRecord
public void storeStateForRecord(nl.tue.astar.impl.State<H,T> state, nl.tue.astar.Record newRec)
Description copied from interface:AbstractAStarThreadNoModelMoves.StorageHandlerreturn the estimate of the tail for the given head. The head is stored at the given index.- Specified by:
storeStateForRecordin interfaceAbstractAStarThreadNoModelMoves.StorageHandler<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
-
getIndexOf
public long getIndexOf(H head)
- Specified by:
getIndexOfin interfaceAbstractAStarThreadNoModelMoves.StorageHandler<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
-
getStoredState
public nl.tue.astar.impl.State<H,T> getStoredState(nl.tue.astar.Record rec)
- Specified by:
getStoredStatein interfaceAbstractAStarThreadNoModelMoves.StorageHandler<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
-
-