Modifier and Type | Method and Description |
---|---|
AOPMProgram |
AOPMAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
ObjectCentricLog ocl,
AOPMParameters parameters) |
AOPMProgram |
AOPMAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
ProcessSimulation pSim,
AOPMParameters parameters)
The method that implements your algorithm.
|
Constructor and Description |
---|
AOPMConnection(AOPMProgram output,
AOPMParameters parameters) |
AOPMConnection(ObjectCentricLog input4,
ConstraintFormulaDefinition input2,
ActionFormulaDefinition input3,
AOPMProgram output,
AOPMParameters parameters) |
AOPMConnection(ProcessSimulation input1,
AOPMProgram output,
AOPMParameters parameters) |
AOPMConnection(ProcessSimulation input1,
ConstraintFormulaDefinition input2,
ActionFormulaDefinition input3,
AOPMProgram output,
AOPMParameters parameters)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
AOPMProgram |
UserInput.runUI(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessSimulation pSim,
ConstraintFormulaDefinition cfd,
ActionFormulaDefinition afd)
The plug-in variant that runs in a UI context and uses a dialog to get the parameters.
|
AOPMProgram |
UserInput.testUI(org.processmining.contexts.uitopia.UIPluginContext context,
ObjectCentricLog ocl,
ConstraintFormulaDefinition cfd,
ActionFormulaDefinition afd)
The plug-in variant that allows one to test the dialog to get the parameters.
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.JPanel |
AOPMPlugin.visualize(org.processmining.framework.plugin.PluginContext context,
AOPMProgram sm) |
Constructor and Description |
---|
DashboardVisualizePanel(org.processmining.framework.plugin.PluginContext context,
AOPMProgram sm) |