Uses of Class
org.processmining.parameters.BerthelotParameters
-
Packages that use BerthelotParameters Package Description org.processmining.algorithms org.processmining.connections org.processmining.parameters org.processmining.plugins -
-
Uses of BerthelotParameters in org.processmining.algorithms
Methods in org.processmining.algorithms with parameters of type BerthelotParameters Modifier and Type Method Description org.processmining.models.graphbased.directed.petrinet.PetrinetBerthelotAlgorithm. apply(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet pn, BerthelotParameters parameters) -
Uses of BerthelotParameters in org.processmining.connections
Methods in org.processmining.connections that return BerthelotParameters Modifier and Type Method Description BerthelotParametersBerthelotConnection. getParameters()Constructors in org.processmining.connections with parameters of type BerthelotParameters Constructor Description BerthelotConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.graphbased.directed.petrinet.Petrinet reducedNet, BerthelotParameters parameters) -
Uses of BerthelotParameters in org.processmining.parameters
Constructors in org.processmining.parameters with parameters of type BerthelotParameters Constructor Description BerthelotParameters(BerthelotParameters parameters) -
Uses of BerthelotParameters in org.processmining.plugins
Methods in org.processmining.plugins with parameters of type BerthelotParameters Modifier and Type Method Description org.processmining.models.graphbased.directed.petrinet.PetrinetBerthelotPlugin. reduceParameters(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, BerthelotParameters parameters)Deprecated.org.processmining.models.graphbased.directed.petrinet.PetrinetBerthelotPlugin. run(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, BerthelotParameters parameters)
-