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

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

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

Methods in org.eclipse.modisco.omg.gastm that return MacroDefinition
 MacroDefinition GASTMFactory.createMacroDefinition()
          Returns a new object of class 'Macro Definition'.
 MacroDefinition MacroCall.getRefersTo()
          Returns the value of the 'Refers To' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type MacroDefinition
 void MacroCall.setRefersTo(MacroDefinition value)
          Sets the value of the 'Refers To' containment reference.
 

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

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