public class MultiThreadInterLevelReplayer
extends java.lang.Object
Constructor and Description |
---|
MultiThreadInterLevelReplayer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCRUDValid(CRUD crud) |
boolean |
isInvisible(java.lang.String activity) |
InterLevelReplayResult |
perform(org.processmining.contexts.uitopia.UIPluginContext context,
java.util.List<org.processmining.partialorder.models.palignment.PAlignment> alignments,
org.deckfour.xes.model.XLog systemEventLog,
CRUD crud,
InterLevelReplayerParameters replayerParam) |
InterLevelReplayResult |
perform(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.plugins.petrinet.replayresult.PNRepResult alignments,
org.deckfour.xes.model.XLog systemEventLog,
CRUD crud,
InterLevelReplayerParameters replayerParam) |
static <K,V> java.util.HashMap<V,K> |
reverse(java.util.Map<K,V> map) |
public InterLevelReplayResult perform(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.plugins.petrinet.replayresult.PNRepResult alignments, org.deckfour.xes.model.XLog systemEventLog, CRUD crud, InterLevelReplayerParameters replayerParam) throws java.lang.Exception
java.lang.Exception
public boolean isCRUDValid(CRUD crud)
public boolean isInvisible(java.lang.String activity)
public InterLevelReplayResult perform(org.processmining.contexts.uitopia.UIPluginContext context, java.util.List<org.processmining.partialorder.models.palignment.PAlignment> alignments, org.deckfour.xes.model.XLog systemEventLog, CRUD crud, InterLevelReplayerParameters replayerParam) throws java.lang.Exception
java.lang.Exception
public static <K,V> java.util.HashMap<V,K> reverse(java.util.Map<K,V> map)