Interface ObservableAStarThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
-
- All Superinterfaces:
AStarThread<H,T>
- All Known Implementing Classes:
AbstractAStarThreadNoModelMoves,AllSamplingOptAlignmentsGraphThread,AllSamplingOptAlignmentsGraphThread.CPUEfficient,AllSamplingOptAlignmentsGraphThread.MemoryEfficient,AStarThread.CPUEfficient,AStarThread.MemoryEfficient
public interface ObservableAStarThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> extends AStarThread<H,T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.lpm.adjustedalignments.AStarThread
AStarThread.ASynchronousMoveSorting, AStarThread.Canceller, AStarThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>, AStarThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>, AStarThread.Type
-
-
Field Summary
Fields Modifier and Type Field Description static doubleESTIMATEIRRELEVANTconstant which is used to signal that an estimate is irrelevant.-
Fields inherited from interface org.processmining.lpm.adjustedalignments.AStarThread
NOMOVE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddObserver(nl.tue.astar.AStarObserver observer)voidremoveObserver(nl.tue.astar.AStarObserver observer)-
Methods inherited from interface org.processmining.lpm.adjustedalignments.AStarThread
getDelegate, getOptimalRecord, getOptimalRecord, getQueuedStateCount, getSorting, getTrace, getType, getVisitedStateCount, setASynchronousMoveSorting, setEpsilon, setType, wasReliable
-
-
-
-
Field Detail
-
ESTIMATEIRRELEVANT
static final double ESTIMATEIRRELEVANT
constant which is used to signal that an estimate is irrelevant. This is set to the estimated remaining cost of a record, if the record was already considered and is reached again with higher cost.- See Also:
- Constant Field Values
-
-