Uses of Class
org.processmining.hybridminer.algorithms.preprocessing.TraceVariant
-
Packages that use TraceVariant Package Description org.processmining.hybridminer.algorithms.preprocessing -
-
Uses of TraceVariant in org.processmining.hybridminer.algorithms.preprocessing
Fields in org.processmining.hybridminer.algorithms.preprocessing with type parameters of type TraceVariant Modifier and Type Field Description protected java.util.ArrayList<TraceVariant>TraceVariantsLog. variantsMethods in org.processmining.hybridminer.algorithms.preprocessing that return types with arguments of type TraceVariant Modifier and Type Method Description java.util.ArrayList<TraceVariant>TraceVariantsLog. filterMostFrequent(double placeEvalThreshold)java.util.ArrayList<TraceVariant>TraceVariantsLog. getVariants()Methods in org.processmining.hybridminer.algorithms.preprocessing with parameters of type TraceVariant Modifier and Type Method Description intTraceVariant. compareTo(TraceVariant t)booleanTraceVariant. sameActivitySequence(TraceVariant v)
-