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