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

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

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

Methods in org.eclipse.modisco.omg.gastm that return UnionType
 UnionType GASTMFactory.createUnionType()
          Returns a new object of class 'Union Type'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type UnionType
 T GASTMSwitch.caseUnionType(UnionType object)
          Returns the result of interpreting the object as an instance of 'Union Type'.