Uses of Interface
org.omg.smm.Characteristic
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Characteristic in org.omg.smm
Methods in org.omg.smm that return Characteristic Modifier and Type Method Description CharacteristicSmmFactory. createCharacteristic()Returns a new object of class 'Characteristic'.CharacteristicCharacteristic. getParent()Returns the value of the 'Parent' containment reference.CharacteristicMeasure. getTrait()Returns the value of the 'Trait' reference.Methods in org.omg.smm with parameters of type Characteristic Modifier and Type Method Description voidCharacteristic. setParent(Characteristic value)Sets the value of the 'Parent' containment reference.voidMeasure. setTrait(Characteristic value)Sets the value of the 'Trait' reference. -
Uses of Characteristic in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Characteristic Modifier and Type Class Description classCharacteristicImplAn implementation of the model object 'Characteristic'.Fields in org.omg.smm.impl declared as Characteristic Modifier and Type Field Description protected CharacteristicCharacteristicImpl. parentThe cached value of the 'Parent' containment reference.protected CharacteristicMeasureImpl. traitThe cached value of the 'Trait' reference.Methods in org.omg.smm.impl that return Characteristic Modifier and Type Method Description CharacteristicMeasureImpl. basicGetTrait()CharacteristicSmmFactoryImpl. createCharacteristic()CharacteristicCharacteristicImpl. getParent()CharacteristicMeasureImpl. getTrait()Methods in org.omg.smm.impl with parameters of type Characteristic Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCharacteristicImpl. basicSetParent(Characteristic newParent, org.eclipse.emf.common.notify.NotificationChain msgs)voidCharacteristicImpl. setParent(Characteristic newParent)voidMeasureImpl. setTrait(Characteristic newTrait) -
Uses of Characteristic in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Characteristic Modifier and Type Method Description TSmmSwitch. caseCharacteristic(Characteristic object)Returns the result of interpreting the object as an instance of 'Characteristic'.