Modifier and Type | Method and Description |
---|---|
org.processmining.processtree.ProcessTree |
ExhaustiveAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters,
ConfigurableProcessesResult confProcResults)
The method that implements your algorithm.
|
static org.processmining.processtree.ProcessTree |
ExhaustiveAlgorithm.exhasutiveAlgorithm(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters,
ConfigurableProcessesResult confProcResults)
The method that implements your algorithm.
|
static java.lang.Double |
ConformanceMetric.getNAryTreeConformance(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters,
org.deckfour.xes.classification.XEventClassifier classifier,
ConfigurableProcessesResult confProcResults) |
Modifier and Type | Method and Description |
---|---|
ExhaustiveParameters |
ExhaustiveConnection.getParameters() |
Constructor and Description |
---|
ExhaustiveConnection(org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
org.processmining.processtree.ProcessTree output,
ExhaustiveParameters parameters)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ExhaustiveDialog.sectionQualityMetrics(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters) |
Constructor and Description |
---|
ExhaustiveDialog(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters)
The JPanel that allows the user to set (a subset of) the parameters.
|
Constructor and Description |
---|
ExhaustiveParameters(ExhaustiveParameters parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
ExhaustivePlugin.run(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
ExhaustiveParameters parameters,
ConfigurableProcessesResult confProcResults)
The plug-in variant that runs in any context and requires a parameters.
|