public class ILPMiner
extends java.lang.Object
| Constructor and Description |
|---|
ILPMiner() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
doILPMining(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
This method shows the GUI, in which the user can indicate which variant
of the ILP must be used and then tries to construct a petrinet.
|
java.lang.Object[] |
doILPMiningWithLanguage(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
ILPMinerSettings settings,
PrefixClosedLanguage l) |
java.lang.Object[] |
doILPMiningWithSettings(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
ILPMinerSettings settings)
This method tries to construct log relations on the log as they are not
provided.
|
public java.lang.Object[] doILPMining(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
throws java.lang.Exception
context - log - java.lang.Exceptionpublic java.lang.Object[] doILPMiningWithSettings(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
ILPMinerSettings settings)
throws java.lang.Exception
context - log - log - summaryILPMinerSettings - java.lang.Exceptionpublic java.lang.Object[] doILPMiningWithLanguage(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
ILPMinerSettings settings,
PrefixClosedLanguage l)
throws java.lang.Exception
java.lang.Exception