Uses of Class
org.processmining.variantfinder.models.differences.StatisticalDifference
-
Packages that use StatisticalDifference Package Description org.processmining.variantfinder.controllers org.processmining.variantfinder.models org.processmining.variantfinder.runners -
-
Uses of StatisticalDifference in org.processmining.variantfinder.controllers
Methods in org.processmining.variantfinder.controllers that return types with arguments of type StatisticalDifference Modifier and Type Method Description java.util.List<StatisticalDifference>MainController. getSplitPoints()Method parameters in org.processmining.variantfinder.controllers with type arguments of type StatisticalDifference Modifier and Type Method Description voidMainController. setSplitPoints(java.util.List<StatisticalDifference> splitPoints) -
Uses of StatisticalDifference in org.processmining.variantfinder.models
Constructors in org.processmining.variantfinder.models with parameters of type StatisticalDifference Constructor Description SplitCriteriaRow(StatisticalDifference sd) -
Uses of StatisticalDifference in org.processmining.variantfinder.runners
Methods in org.processmining.variantfinder.runners that return types with arguments of type StatisticalDifference Modifier and Type Method Description protected java.util.List<StatisticalDifference>AnalyzerTask. doInBackground()
-