Uses of Class
org.processmining.filterbook.types.ClassifierType
-
Packages that use ClassifierType Package Description org.processmining.filterbook.parameters org.processmining.filterbook.types -
-
Uses of ClassifierType in org.processmining.filterbook.parameters
Methods in org.processmining.filterbook.parameters that return types with arguments of type ClassifierType Modifier and Type Method Description OneFromListParameter<ClassifierType>Parameters. getOneFromListClassifier()Method parameters in org.processmining.filterbook.parameters with type arguments of type ClassifierType Modifier and Type Method Description voidParameters. setOneFromListClassifier(OneFromListParameter<ClassifierType> oneFromListClassifier) -
Uses of ClassifierType in org.processmining.filterbook.types
Methods in org.processmining.filterbook.types with parameters of type ClassifierType Modifier and Type Method Description intClassifierType. compareTo(ClassifierType o)Make the classifier type comparable.
-