Uses of Class
org.processmining.poemsconformancecheckingforbpmn.parameters.YourParameters
-
-
Uses of YourParameters in org.processmining.poemsconformancecheckingforbpmn.connections
Methods in org.processmining.poemsconformancecheckingforbpmn.connections that return YourParameters Modifier and Type Method Description YourParametersYourConnection. getParameters()Constructors in org.processmining.poemsconformancecheckingforbpmn.connections with parameters of type YourParameters Constructor Description YourConnection(YourFirstInput input1, YourSecondInput input2, YourOutput output, YourParameters parameters)Create a connection. -
Uses of YourParameters in org.processmining.poemsconformancecheckingforbpmn.dialogs
Constructors in org.processmining.poemsconformancecheckingforbpmn.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.poemsconformancecheckingforbpmn.parameters
Constructors in org.processmining.poemsconformancecheckingforbpmn.parameters with parameters of type YourParameters Constructor Description YourParameters(YourParameters parameters)
-