public class SetProcedureCompound extends SetProcedure
Compound sets are now just a special case of projections with "relset" attribute.
| Constructor and Description |
|---|
SetProcedureCompound() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<?> |
calculate(ModelElement element,
Set set)
Calculates the set procedure.
|
evalBooleanExpression, evalElementSetExpression, evalExpression, evalSetExpression, getFilterAttributeProcessor, getMetaModel, getMetricsEngine, getModel, getRelationOrSet, isCompatiblepublic java.util.Collection<?> calculate(ModelElement element, Set set) throws SDMetricsException
SetProcedurecalculate in class SetProcedureelement - The model element for which to calculate the procedure.set - Definition of the set to calculate.SDMetricsException - Problem during the calculation of the set.