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.
|
Modifier and Type | Method and Description |
---|---|
AOPMParameters |
AOPMConnection.getParameters() |
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 | Field and Description |
---|---|
AOPMParameters |
AISPathPanel.parameters |
AOPMParameters |
InputDialog.parameters |
Constructor and Description |
---|
AISPathPanel(org.processmining.framework.plugin.PluginContext ctx,
AOPMParameters parameters) |
InputDialog(org.processmining.contexts.uitopia.UIPluginContext context,
ConstraintFormulaDefinition cfd,
ActionFormulaDefinition afd,
AOPMParameters parameters)
The JPanel that allows the user to set (a subset of) the parameters.
|
Constructor and Description |
---|
AOPMParameters(AOPMParameters parameters) |