Uses of Class
org.processmining.stochasticbpmn.parameters.YourParameters
-
-
Uses of YourParameters in org.processmining.stochasticbpmn.algorithms
Methods in org.processmining.stochasticbpmn.algorithms with parameters of type YourParameters Modifier and Type Method Description StochasticBpmnYourAlgorithm. apply(org.processmining.framework.plugin.PluginContext context, YourFirstInput input1, YourSecondInput input2, YourParameters parameters)The method that implements your algorithm. -
Uses of YourParameters in org.processmining.stochasticbpmn.connections
Methods in org.processmining.stochasticbpmn.connections that return YourParameters Modifier and Type Method Description YourParametersYourConnection. getParameters()Constructors in org.processmining.stochasticbpmn.connections with parameters of type YourParameters Constructor Description YourConnection(YourFirstInput input1, YourSecondInput input2, StochasticBpmn output, YourParameters parameters)Create a connection. -
Uses of YourParameters in org.processmining.stochasticbpmn.dialogs
Constructors in org.processmining.stochasticbpmn.dialogs with parameters of type YourParameters Constructor Description YourDialog(org.processmining.contexts.uitopia.UIPluginContext context, YourFirstInput input1, YourSecondInput input2, YourParameters parameters)The JPanel that allows the user to set (a subset of) the parameters. -
Uses of YourParameters in org.processmining.stochasticbpmn.parameters
Constructors in org.processmining.stochasticbpmn.parameters with parameters of type YourParameters Constructor Description YourParameters(YourParameters parameters)
-