Uses of Class
org.processmining.specpp.supervision.observations.performance.PerformanceMeasurement
-
Packages that use PerformanceMeasurement Package Description org.processmining.specpp.supervision.observations.performance org.processmining.specpp.supervision.transformers -
-
Uses of PerformanceMeasurement in org.processmining.specpp.supervision.observations.performance
Subclasses of PerformanceMeasurement in org.processmining.specpp.supervision.observations.performance Modifier and Type Class Description classTimedPerformanceMeasurementMethods in org.processmining.specpp.supervision.observations.performance that return PerformanceMeasurement Modifier and Type Method Description PerformanceMeasurementPerformanceEvent. getMeasurement()Methods in org.processmining.specpp.supervision.observations.performance with parameters of type PerformanceMeasurement Modifier and Type Method Description default voidPerformanceStatistic. observe(PerformanceMeasurement observation)voidHeavyPerformanceStatistic. record(PerformanceMeasurement measurement)voidLightweightPerformanceStatistic. record(PerformanceMeasurement performanceMeasurement)voidPerformanceStatistic. record(PerformanceMeasurement measurement)Constructors in org.processmining.specpp.supervision.observations.performance with parameters of type PerformanceMeasurement Constructor Description PerformanceEvent(TaskDescription task, PerformanceMeasurement measurement) -
Uses of PerformanceMeasurement in org.processmining.specpp.supervision.transformers
Constructor parameters in org.processmining.specpp.supervision.transformers with type arguments of type PerformanceMeasurement Constructor Description PerformanceEventSummarizer(java.util.function.Supplier<BuilderMap<TaskDescription,PerformanceStatistic,PerformanceMeasurement>> collectorSupplier)
-