| Package | Description |
|---|---|
| org.processmining.plugins.ilpminer |
| Modifier and Type | Method and Description |
|---|---|
ILPMinerSettings |
ILPMinerUI.getSettings()
returns the current settings
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
ILPMiner.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[] |
ILPMiner.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.
|
| Constructor and Description |
|---|
ILPMinerLogPetrinetConnection(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses classes,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.deckfour.xes.classification.XEventClass> mapping,
ILPMinerSettings settings) |
ILPMinerUI(ILPMinerSettings settings) |