Uses of Class
org.processmining.placebasedlpmdiscovery.model.serializable.grouped.GroupingProperty
-
Packages that use GroupingProperty Package Description org.processmining.placebasedlpmdiscovery.model.serializable.grouped -
-
Uses of GroupingProperty in org.processmining.placebasedlpmdiscovery.model.serializable.grouped
Methods in org.processmining.placebasedlpmdiscovery.model.serializable.grouped that return GroupingProperty Modifier and Type Method Description static GroupingPropertyGroupingProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GroupingProperty[]GroupingProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.placebasedlpmdiscovery.model.serializable.grouped with parameters of type GroupingProperty Constructor Description GroupedLPMResult(java.util.Collection<LocalProcessModel> lpms, GroupingProperty property)GroupedLPMResult(java.util.Collection<LocalProcessModel> lpms, GroupingProperty property, java.lang.String groupingKey)
-