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

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

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

Methods in org.eclipse.modisco.omg.gastm that return UnaryExpression
 UnaryExpression GASTMFactory.createUnaryExpression()
          Returns a new object of class 'Unary Expression'.
 

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

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