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

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

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

Methods in org.eclipse.modisco.omg.gastm that return MacroCall
 MacroCall GASTMFactory.createMacroCall()
          Returns a new object of class 'Macro Call'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type MacroCall
 T GASTMSwitch.caseMacroCall(MacroCall object)
          Returns the result of interpreting the object as an instance of 'Macro Call'.