Modifier and Type | Method and Description |
---|---|
java.lang.Double |
CalculatePerformanceMetricAlgorithm.compute(PerformanceMetric metric,
LifecycleModel model)
Computes the performance metrics by evaluating the expression.
|
java.lang.Double |
CalculatePerformanceMetricAlgorithmGroovy.compute(PerformanceMetric metric,
LifecycleModel model)
Computes the performance metrics by evaluating the expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PerformanceMetric> |
LifecycleModel.getPerformanceMetrics() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleModel.setPerformanceMetrics(java.util.List<PerformanceMetric> performanceMetrics) |
Constructor and Description |
---|
LifecycleModel(java.lang.String label,
java.lang.String instance,
java.lang.Object currentStateIdentifier,
long timeEnteredCurrentState,
java.util.List<PerformanceMetric> performanceMetrics) |
Modifier and Type | Method and Description |
---|---|
PerformanceMetric |
PerformanceMetricsTableModel.get(int row) |
PerformanceMetric |
PerformanceMetricEditor.getPerformanceMetric() |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceMetricsTableModel.add(PerformanceMetric performanceMetric) |
void |
PerformanceMetricsTableModel.remove(PerformanceMetric performanceMetric) |
void |
PerformanceMetricEditor.setPerformanceMetric(PerformanceMetric performanceMetric) |
Constructor and Description |
---|
PerformanceMetricEditor(LifecycleModel lifecycleModel,
PerformanceMetric performanceMetric) |