Uses of Class
org.processmining.OCLPMDiscovery.parameters.VariableArcIdentification
-
Packages that use VariableArcIdentification Package Description org.processmining.OCLPMDiscovery.parameters -
-
Uses of VariableArcIdentification in org.processmining.OCLPMDiscovery.parameters
Methods in org.processmining.OCLPMDiscovery.parameters that return VariableArcIdentification Modifier and Type Method Description VariableArcIdentificationOCLPMDiscoveryParameters. getVariableArcIdentification()static VariableArcIdentificationVariableArcIdentification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VariableArcIdentification[]VariableArcIdentification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.OCLPMDiscovery.parameters with parameters of type VariableArcIdentification Modifier and Type Method Description voidOCLPMDiscoveryParameters. setVariableArcIdentification(VariableArcIdentification variableArcIdentification)
-