public interface AggregatedValue extends ComputationValue
The following features are supported:
Modifier and Type | Method and Description |
---|---|
AggregatorExpression |
getAggregator()
Returns the value of the 'Aggregator' containment reference.
|
PatternCall |
getCall()
Returns the value of the 'Call' containment reference.
|
void |
setAggregator(AggregatorExpression value)
Sets the value of the '
Aggregator ' containment reference. |
void |
setCall(PatternCall value)
Sets the value of the '
Call ' containment reference. |
AggregatorExpression getAggregator()
If the meaning of the 'Aggregator' containment reference isn't clear, there really should be more of a description here...
setAggregator(AggregatorExpression)
,
PatternLanguagePackage.getAggregatedValue_Aggregator()
void setAggregator(AggregatorExpression value)
Aggregator
' containment reference.
value
- the new value of the 'Aggregator' containment reference.getAggregator()
PatternCall getCall()
If the meaning of the 'Call' containment reference isn't clear, there really should be more of a description here...
setCall(PatternCall)
,
PatternLanguagePackage.getAggregatedValue_Call()
void setCall(PatternCall value)
Call
' containment reference.
value
- the new value of the 'Call' containment reference.getCall()