Uses of Interface
org.eclipse.modisco.omg.smm.Characteristic

Packages that use Characteristic
org.eclipse.modisco.omg.smm   
org.eclipse.modisco.omg.smm.util   
 

Uses of Characteristic in org.eclipse.modisco.omg.smm
 

Methods in org.eclipse.modisco.omg.smm that return Characteristic
 Characteristic SmmFactory.createCharacteristic()
          Returns a new object of class 'Characteristic'.
 Characteristic Characteristic.getParent()
          Returns the value of the 'Parent' reference.
 Characteristic Measure.getTrait()
          Returns the value of the 'Trait' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type Characteristic
 void Characteristic.setParent(Characteristic value)
          Sets the value of the 'Parent' reference.
 void Measure.setTrait(Characteristic value)
          Sets the value of the 'Trait' reference.
 

Uses of Characteristic in org.eclipse.modisco.omg.smm.util
 

Methods in org.eclipse.modisco.omg.smm.util with parameters of type Characteristic
 T SmmSwitch.caseCharacteristic(Characteristic object)
          Returns the result of interpreting the object as an instance of 'Characteristic'.