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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ConditionalExpression
 ConditionalExpression GASTMFactory.createConditionalExpression()
          Returns a new object of class 'Conditional Expression'.
 

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

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