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

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

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

Methods in org.eclipse.modisco.omg.gastm that return LabelDefinition
 LabelDefinition GASTMFactory.createLabelDefinition()
          Returns a new object of class 'Label Definition'.
 LabelDefinition LabeledStatement.getLabel()
          Returns the value of the 'Label' containment reference.
 LabelDefinition LabelAccess.getLabelDefinition()
          Returns the value of the 'Label Definition' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type LabelDefinition
 void LabeledStatement.setLabel(LabelDefinition value)
          Sets the value of the 'Label' containment reference.
 void LabelAccess.setLabelDefinition(LabelDefinition value)
          Sets the value of the 'Label Definition' reference.
 

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

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