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

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

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

Methods in org.eclipse.modisco.omg.gastm that return BooleanLiteral
 BooleanLiteral GASTMFactory.createBooleanLiteral()
          Returns a new object of class 'Boolean Literal'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type BooleanLiteral
 T GASTMSwitch.caseBooleanLiteral(BooleanLiteral object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal'.