Uses of Class
org.processmining.localityawareplacenetoracle.parameters.MyParameters.ChoiceMatrix
-
Packages that use MyParameters.ChoiceMatrix Package Description org.processmining.localityawareplacenetoracle.parameters -
-
Uses of MyParameters.ChoiceMatrix in org.processmining.localityawareplacenetoracle.parameters
Fields in org.processmining.localityawareplacenetoracle.parameters declared as MyParameters.ChoiceMatrix Modifier and Type Field Description static MyParameters.ChoiceMatrixMyParameters. DEFAULT_CHOICE_MATRIXMethods in org.processmining.localityawareplacenetoracle.parameters that return MyParameters.ChoiceMatrix Modifier and Type Method Description MyParameters.ChoiceMatrixMyParameters. getChoiceMatrix()static MyParameters.ChoiceMatrixMyParameters.ChoiceMatrix. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MyParameters.ChoiceMatrix[]MyParameters.ChoiceMatrix. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.localityawareplacenetoracle.parameters with parameters of type MyParameters.ChoiceMatrix Modifier and Type Method Description voidMyParameters. setChoiceMatrix(MyParameters.ChoiceMatrix choiceMatrix)
-