Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
MainAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog probLog,
Parameters parameters)
Implements the main method of the plugin,
controls the flow of the whole mining process by starting the different steps (in dependency from the parameters).
|
org.processmining.models.graphbased.directed.petrinet.Petrinet |
NetAttachment.attachInformation(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog alignedLog,
Parameters parameters) |
protected org.deckfour.xes.model.XLog |
Consolidation.preprocess(org.deckfour.xes.model.XLog probLog,
Parameters parameters)
The main method of the consolidation class,invokes all submethods.
|
Modifier and Type | Method and Description |
---|---|
Parameters |
Connection.getParameters() |
Constructor and Description |
---|
Connection(org.deckfour.xes.model.XLog input1,
org.processmining.models.graphbased.directed.petrinet.Petrinet output1,
org.processmining.models.graphbased.directed.petrinet.Petrinet output2,
org.deckfour.xes.model.XLog output3,
org.deckfour.xes.model.XLog output4,
Parameters parameters)
Create a connection.
|
Constructor and Description |
---|
UserInput(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog input1,
Parameters parameters)
The JPanel that allows the user to set (a subset of) the parameters.
|
Constructor and Description |
---|
Parameters(Parameters parameters) |