Modifier and Type | Interface and Description |
---|---|
interface |
CountAggregator
A representation of the model object 'Count Aggregator'.
|
Modifier and Type | Method and Description |
---|---|
AggregatorExpression |
PatternLanguageFactory.createAggregatorExpression()
Returns a new object of class 'Aggregator Expression'.
|
AggregatorExpression |
AggregatedValue.getAggregator()
Returns the value of the 'Aggregator' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregatedValue.setAggregator(AggregatorExpression value)
Sets the value of the '
Aggregator ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorExpressionImpl
An implementation of the model object 'Aggregator Expression'.
|
class |
CountAggregatorImpl
An implementation of the model object 'Count Aggregator'.
|
Modifier and Type | Method and Description |
---|---|
AggregatorExpression |
PatternLanguageFactoryImpl.createAggregatorExpression() |
AggregatorExpression |
AggregatedValueImpl.getAggregator() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
AggregatedValueImpl.basicSetAggregator(AggregatorExpression newAggregator,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AggregatedValueImpl.setAggregator(AggregatorExpression newAggregator) |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseAggregatorExpression(AggregatorExpression object)
Returns the result of interpreting the object as an instance of 'Aggregator Expression'.
|