Package | Description |
---|---|
org.processmining.logenhancement.merge.alignmentbased |
Modifier and Type | Method and Description |
---|---|
static MergeConfiguration |
AlignmentBasedLogEnhancer.queryConfiguration(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.models.graphbased.directed.petrinetwithdata.newImpl.PetriNetWithData net,
org.deckfour.xes.model.XLog masterLog,
org.deckfour.xes.model.XLog... additionalLogs) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
AlignmentBasedLogEnhancementPlugin.doMerge(org.processmining.framework.plugin.PluginContext context,
MergeConfiguration configuration,
org.processmining.models.graphbased.directed.petrinetwithdata.newImpl.PetriNetWithData net,
org.deckfour.xes.model.XLog masterLog,
org.deckfour.xes.model.XLog[] additionalLogs) |
org.deckfour.xes.model.XLog |
AlignmentBasedLogEnhancementPlugin.doMerge(org.processmining.framework.plugin.Progress progress,
MergeConfiguration configuration,
MergeObserver observer,
org.processmining.models.graphbased.directed.petrinetwithdata.newImpl.PetriNetWithData net,
org.deckfour.xes.model.XLog masterLog,
org.deckfour.xes.model.XLog[] additionalLogs) |
void |
MergeObserver.processingLog(org.deckfour.xes.model.XLog masterLog,
org.deckfour.xes.info.XLogInfo masterLogInfo,
java.util.Set<org.deckfour.xes.model.XEvent> availableEvents,
MergeConfiguration config) |
Constructor and Description |
---|
AlignmentBasedLogEnhancer(MergeConfiguration configuration,
org.processmining.models.graphbased.directed.petrinetwithdata.newImpl.PetriNetWithData net,
org.deckfour.xes.model.XLog masterLog,
org.deckfour.xes.model.XLog[] additionalLogs,
MergeObserver observer,
org.processmining.framework.plugin.Progress progressListener) |