public class InterLevelReplayer
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
static int |
counter |
| Constructor and Description |
|---|
InterLevelReplayer(org.processmining.contexts.uitopia.UIPluginContext context,
InterLevelReplayResult list,
org.processmining.partialorder.models.palignment.PAlignment pAlignment,
org.deckfour.xes.model.XTrace systemTrace,
CRUD crud,
InterLevelReplayerParameters params) |
| Modifier and Type | Method and Description |
|---|---|
InterLevelReplayResult |
getReplayResult() |
AStartNode[] |
removeNodesWithMaxCost(java.util.PriorityQueue<AStartNode> pQueue,
int size) |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic InterLevelReplayer(org.processmining.contexts.uitopia.UIPluginContext context,
InterLevelReplayResult list,
org.processmining.partialorder.models.palignment.PAlignment pAlignment,
org.deckfour.xes.model.XTrace systemTrace,
CRUD crud,
InterLevelReplayerParameters params)
throws java.lang.Exception
java.lang.Exceptionpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic AStartNode[] removeNodesWithMaxCost(java.util.PriorityQueue<AStartNode> pQueue, int size)
public InterLevelReplayResult getReplayResult()