Uses of Class
org.processmining.plugins.stochasticpetrinet.analyzer.CaseStatistics
-
Packages that use CaseStatistics Package Description org.processmining.plugins.stochasticpetrinet.analyzer org.processmining.plugins.stochasticpetrinet.enricher -
-
Uses of CaseStatistics in org.processmining.plugins.stochasticpetrinet.analyzer
Methods in org.processmining.plugins.stochasticpetrinet.analyzer with parameters of type CaseStatistics Modifier and Type Method Description java.util.List<ReplayStep>CaseStatisticsAnalyzer. getIndividualOutlierSteps(CaseStatistics selectedCaseStatistics)intCaseStatisticsAnalyzer. getOutlierCount(CaseStatistics cs)java.util.List<ReplayStep>CaseStatisticsAnalyzer. getRegularSteps(CaseStatistics selectedCaseStatistics) -
Uses of CaseStatistics in org.processmining.plugins.stochasticpetrinet.enricher
Methods in org.processmining.plugins.stochasticpetrinet.enricher that return CaseStatistics Modifier and Type Method Description CaseStatisticsStochasticManifestCollector. getCaseStatistics(int caseId)Only applicable, if the replay was done on aStochasticNetmodel.
-