Package | Description |
---|---|
org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express |
Modifier and Type | Class and Description |
---|---|
static class |
AllOptAlignmentsGraphThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
CPU efficient variant of the Stubborn set implementation
|
static class |
AllOptAlignmentsGraphThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
Memory efficient variant of the Stubborn set implementation
|
Modifier and Type | Method and Description |
---|---|
protected AllOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail> |
AllKnotSamplingOptAlignmentsGraphAlg.getThread(nl.tue.astar.impl.memefficient.MemoryEfficientAStarAlgorithm<PHead,nl.tue.astar.impl.DijkstraTail> aStar,
PHead initial,
nl.tue.astar.Trace trace,
int maxNumOfStates)
Since we only need samples, sorting may take place
|
protected AllOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail> |
AllOptAlignmentsGraphAlg.getThread(nl.tue.astar.impl.memefficient.MemoryEfficientAStarAlgorithm<PHead,nl.tue.astar.impl.DijkstraTail> aStar,
PHead initial,
nl.tue.astar.Trace trace,
int maxNumOfStates)
Method to be overriden if the thread needs to be changed.
|
protected AllOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail> |
AllPrefixOptAlignmentsGraphAlg.getThread(nl.tue.astar.impl.memefficient.MemoryEfficientAStarAlgorithm<PHead,nl.tue.astar.impl.DijkstraTail> aStar,
PHead initial,
nl.tue.astar.Trace trace,
int maxNumOfStates)
Override this method to change the thread used to compute prefix optimal
alignments
|
protected AllOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail> |
AllPrefixOptAlignmentsGraphGuessMarkingAlg.getThread(nl.tue.astar.impl.memefficient.MemoryEfficientAStarAlgorithm<PHead,nl.tue.astar.impl.DijkstraTail> aStar,
PHead initial,
nl.tue.astar.Trace trace,
int maxNumOfStates) |
protected AllOptAlignmentsGraphThread<PHead,PILPTail> |
AllOptAlignmentsGraphILPAlg.getThread(nl.tue.astar.impl.memefficient.MemoryEfficientAStarAlgorithm<PHead,PILPTail> aStar,
PHead initial,
nl.tue.astar.Trace trace,
int maxNumOfStates)
Override this method to change the thread used to compute optimal
alignments
|