Package | Description |
---|---|
org.processmining.lpm.adjustedalignments |
Modifier and Type | Class and Description |
---|---|
class |
JavaCollectionStorageHandlerNoModelMoves<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> |
class |
MemoryEfficientStorageHandlerNoModelMoves<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> |
Modifier and Type | Field and Description |
---|---|
protected AbstractAStarThreadNoModelMoves.StorageHandler<H,T> |
AbstractAStarThreadNoModelMoves.storageHandler |
Constructor and Description |
---|
AbstractAStarThreadNoModelMoves(nl.tue.astar.Delegate<H,T> delegate,
nl.tue.astar.Trace trace,
int maxStates,
AbstractAStarThreadNoModelMoves.StorageHandler<H,T> storageHandler)
any implementation should, after calling this constructor, call
initializeQueue(initialHead);
|
AllSamplingOptAlignmentsGraphThread(nl.tue.astar.Delegate<H,T> delegate,
nl.tue.astar.Trace trace,
int maxStates,
AbstractAStarThreadNoModelMoves.StorageHandler<H,T> storageHandler) |