Uses of Class
org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes.PrototypeType
-
Packages that use PrototypeType Package Description org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes org.processmining.logfiltering.parameters -
-
Uses of PrototypeType in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes that return PrototypeType Modifier and Type Method Description static PrototypeTypePrototypeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrototypeType[]PrototypeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PrototypeType in org.processmining.logfiltering.parameters
Methods in org.processmining.logfiltering.parameters that return PrototypeType Modifier and Type Method Description PrototypeTypeMatrixFilterParameter. getPrototypeType()PrototypeTypePrototypeV2Parameter. getPrototypeType()Methods in org.processmining.logfiltering.parameters with parameters of type PrototypeType Modifier and Type Method Description voidMatrixFilterParameter. setPrototypeType(PrototypeType prototypeType)voidPrototypeV2Parameter. setPrototypeType(PrototypeType prototypeType)Constructors in org.processmining.logfiltering.parameters with parameters of type PrototypeType Constructor Description MatrixFilterParameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SimilarityMeasure similarityMeasure, SamplingReturnType samplingRetunType, PrototypeType prototypeTypeValue)PrototypeV2Parameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SimilarityMeasure similarityMeasure, SamplingReturnType samplingRetunType, PrototypeType prototypeTypeValue)
-