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

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

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

Methods in org.eclipse.modisco.omg.gastm that return FunctionType
 FunctionType GASTMFactory.createFunctionType()
          Returns a new object of class 'Function Type'.
 

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

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