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

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

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

Methods in org.eclipse.modisco.omg.gastm that return AggregateScope
 AggregateScope GASTMFactory.createAggregateScope()
          Returns a new object of class 'Aggregate Scope'.
 AggregateScope AggregateType.getOpensScope()
          Returns the value of the 'Opens Scope' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type AggregateScope
 void AggregateType.setOpensScope(AggregateScope value)
          Sets the value of the 'Opens Scope' reference.
 

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

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