Class CalculatePerformanceMetricAlgorithm
- java.lang.Object
-
- org.processmining.lifecycleperformance.algorithms.CalculatePerformanceMetricAlgorithm
-
public class CalculatePerformanceMetricAlgorithm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CalculatePerformanceMetricAlgorithm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimedPerformanceMeasurement<java.lang.Double>compute(TimedPerformanceMetric metric, LifecycleModel model)Computes the performance metrics by evaluating the expression.
-
-
-
Method Detail
-
compute
public static TimedPerformanceMeasurement<java.lang.Double> compute(TimedPerformanceMetric metric, LifecycleModel model)
Computes the performance metrics by evaluating the expression. The values for the variables that are set in the expression are obtained from the lifecycle model for which the metric is being computed.- Parameters:
metric- The performance metricmodel- The lifecycle model- Returns:
- The value
-
-