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

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

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

Methods in org.eclipse.modisco.omg.gastm that return RangeExpression
 RangeExpression GASTMFactory.createRangeExpression()
          Returns a new object of class 'Range Expression'.
 

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

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