public class MetricProcedureValuesetOperation extends MetricProcedure
"valueset" metrics are now just a special case of compound metrics with term="size(set)".
| Constructor and Description |
|---|
MetricProcedureValuesetOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
calculate(ModelElement element,
Metric metric)
Calculates the metric procedure.
|
evalBooleanExpression, evalElementSetExpression, evalExpression, evalSetExpression, getFilterAttributeProcessor, getMetaModel, getMetricsEngine, getModel, getRelationOrSet, isCompatiblepublic java.lang.Integer calculate(ModelElement element, Metric metric) throws SDMetricsException
calculate in class MetricProcedureelement - The model element for which to calculate the procedure.metric - The metric to calculate.SDMetricsException - Problem during the calculation of the metric.