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

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

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

Methods in org.eclipse.modisco.omg.gastm that return FunctionDefinition
 FunctionDefinition GASTMFactory.createFunctionDefinition()
          Returns a new object of class 'Function Definition'.
 

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

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