Uses of Class
org.processmining.specpp.datastructures.tree.nodegen.MonotonousPlaceGenerationLogic.ExpansionType
-
Packages that use MonotonousPlaceGenerationLogic.ExpansionType Package Description org.processmining.specpp.datastructures.tree.nodegen -
-
Uses of MonotonousPlaceGenerationLogic.ExpansionType in org.processmining.specpp.datastructures.tree.nodegen
Methods in org.processmining.specpp.datastructures.tree.nodegen that return MonotonousPlaceGenerationLogic.ExpansionType Modifier and Type Method Description static MonotonousPlaceGenerationLogic.ExpansionTypeMonotonousPlaceGenerationLogic.ExpansionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MonotonousPlaceGenerationLogic.ExpansionType[]MonotonousPlaceGenerationLogic.ExpansionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-