Uses of Class
org.processmining.lpm.adjustedalignments.MemoryEfficientAStarAlgorithm
-
Packages that use MemoryEfficientAStarAlgorithm Package Description org.processmining.lpm.adjustedalignments -
-
Uses of MemoryEfficientAStarAlgorithm in org.processmining.lpm.adjustedalignments
Fields in org.processmining.lpm.adjustedalignments declared as MemoryEfficientAStarAlgorithm Modifier and Type Field Description protected MemoryEfficientAStarAlgorithm<H,T>MemoryEfficientStorageHandlerNoModelMoves. algorithmMethods in org.processmining.lpm.adjustedalignments with parameters of type MemoryEfficientAStarAlgorithm Modifier and Type Method Description protected AllSamplingOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail>AllOptAlignmentsGraphSamplingAlg. getThread(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 placeConstructors in org.processmining.lpm.adjustedalignments with parameters of type MemoryEfficientAStarAlgorithm Constructor Description MemoryEfficient(MemoryEfficientAStarAlgorithm<H,T> algorithm, H initialHead, nl.tue.astar.Trace trace, int maxStates)MemoryEfficient(MemoryEfficientAStarAlgorithm<H,T> algorithm, H initialHead, nl.tue.astar.Trace trace, int maxStates)MemoryEfficientStorageHandlerNoModelMoves(MemoryEfficientAStarAlgorithm<H,T> algorithm)
-