public class SetProcedureCompare extends SetProcedure
Element comparisons are now just a special case of projections, using the principal element in the condition expression.
| Constructor and Description |
|---|
SetProcedureCompare() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<?> |
calculate(ModelElement e,
Set m)
Calculates the set procedure.
|
evalBooleanExpression, evalElementSetExpression, evalExpression, evalSetExpression, getFilterAttributeProcessor, getMetaModel, getMetricsEngine, getModel, getRelationOrSet, isCompatiblepublic java.util.Collection<?> calculate(ModelElement e, Set m) throws SDMetricsException
SetProcedurecalculate in class SetProceduree - The model element for which to calculate the procedure.m - Definition of the set to calculate.SDMetricsException - Problem during the calculation of the set.