Modifier and Type | Method and Description |
---|---|
AOPMProgram |
AOPMAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
ProcessSimulation pSim,
AOPMParameters parameters)
The method that implements your algorithm.
|
Constructor and Description |
---|
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 |
---|---|
ProcessSimulation |
AOPMProgram.pSimulator |
Constructor and Description |
---|
AOPMProgram(CMConfig cmConfig,
AEConfig aeConfig,
ProcessSimulation pSimulator,
java.lang.String AISdirName) |
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.
|
Modifier and Type | Method and Description |
---|---|
ProcessSimulation |
ExampleInformationSystem.testUI(org.processmining.contexts.uitopia.UIPluginContext context)
The plug-in variant that allows one to test the dialog to get the parameters.
|
Modifier and Type | Field and Description |
---|---|
ProcessSimulation |
ActionGateway.pSimulator |
Constructor and Description |
---|
ActionGateway(ProcessSimulation pSimulator) |