public class MetricProcedureFilterValue extends MetricProcedure
Constructor and Description |
---|
MetricProcedureFilterValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
calculate(ModelElement element,
Metric m)
Calculates the metric procedure.
|
evalBooleanExpression, evalElementSetExpression, evalExpression, evalSetExpression, getFilterAttributeProcessor, getMetaModel, getMetricsEngine, getModel, getRelationOrSet, isCompatible
public java.lang.Object calculate(ModelElement element, Metric m) throws SDMetricsException
MetricProcedure
calculate
in class MetricProcedure
element
- The model element for which to calculate the procedure.m
- The metric to calculate.SDMetricsException
- Problem during the calculation of the metric.