public class InterLevelConformanceCheckingPlugin
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
FID_AVAILABLE |
static java.lang.String |
prefixAddr |
static boolean |
UI |
Constructor and Description |
---|
InterLevelConformanceCheckingPlugin() |
Modifier and Type | Method and Description |
---|---|
InterLevelReplayerParameters |
getReplayerParameters(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.plugins.petrinet.replayresult.PNRepResult alignments,
org.deckfour.xes.model.XLog systemEventLog) |
static org.deckfour.xes.model.XLog |
loadEventLog(java.lang.String addr) |
InterLevelReplayResult |
replay(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.deckfour.xes.model.XLog processEventLog,
org.deckfour.xes.model.XLog systemEventLog,
org.processmining.log.csv.CSVFile crudCSVFile) |
InterLevelReplayResult |
replay(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.plugins.petrinet.replayresult.PNRepResult alignments,
org.deckfour.xes.model.XLog systemEventLog,
org.processmining.log.csv.CSVFile crudCSVFile) |
InterLevelReplayResult |
replayWithoutParams(org.processmining.contexts.uitopia.UIPluginContext context) |
public static boolean UI
public static boolean FID_AVAILABLE
public static java.lang.String prefixAddr
public InterLevelReplayResult replay(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.deckfour.xes.model.XLog processEventLog, org.deckfour.xes.model.XLog systemEventLog, org.processmining.log.csv.CSVFile crudCSVFile) throws java.lang.Exception
java.lang.Exception
public InterLevelReplayResult replay(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.plugins.petrinet.replayresult.PNRepResult alignments, org.deckfour.xes.model.XLog systemEventLog, org.processmining.log.csv.CSVFile crudCSVFile) throws java.lang.Exception
java.lang.Exception
public InterLevelReplayerParameters getReplayerParameters(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.plugins.petrinet.replayresult.PNRepResult alignments, org.deckfour.xes.model.XLog systemEventLog) throws org.processmining.framework.connections.ConnectionCannotBeObtained
org.processmining.framework.connections.ConnectionCannotBeObtained
public InterLevelReplayResult replayWithoutParams(org.processmining.contexts.uitopia.UIPluginContext context) throws java.lang.Exception
java.lang.Exception
public static org.deckfour.xes.model.XLog loadEventLog(java.lang.String addr)