public abstract class SetOperation extends AbstractProcedure
Constructor and Description |
---|
SetOperation() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<?> |
calculateValue(ModelElement element,
ExpressionNode node,
Variables vars)
Calculates the value for the set operations.
|
evalBooleanExpression, evalElementSetExpression, evalExpression, evalSetExpression, getFilterAttributeProcessor, getMetaModel, getMetricsEngine, getModel, getRelationOrSet, isCompatible
public abstract java.util.Collection<?> calculateValue(ModelElement element, ExpressionNode node, Variables vars) throws SDMetricsException
element
- Model element for which to calculate the operationnode
- The expression node with the operands for the set operation.vars
- The variables for the calculation.SDMetricsException
- Problems while calculating the operation
value.