Uses of Interface
org.eclipse.modisco.omg.gastm.AggregateExpression

Packages that use AggregateExpression
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of AggregateExpression in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return AggregateExpression
 AggregateExpression GASTMFactory.createAggregateExpression()
          Returns a new object of class 'Aggregate Expression'.
 

Uses of AggregateExpression in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type AggregateExpression
 T GASTMSwitch.caseAggregateExpression(AggregateExpression object)
          Returns the result of interpreting the object as an instance of 'Aggregate Expression'.