| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
| Modifier and Type | Method and Description |
|---|---|
Characteristic |
SmmFactory.createCharacteristic()
Returns a new object of class 'Characteristic'.
|
Characteristic |
Characteristic.getParent()
Returns the value of the 'Parent' containment reference.
|
Characteristic |
Measure.getTrait()
Returns the value of the 'Trait' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Characteristic.setParent(Characteristic value)
Sets the value of the '
Parent' containment reference. |
void |
Measure.setTrait(Characteristic value)
Sets the value of the '
Trait' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacteristicImpl
An implementation of the model object 'Characteristic'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Characteristic |
CharacteristicImpl.parent
The cached value of the '
Parent' containment reference. |
protected Characteristic |
MeasureImpl.trait
The cached value of the '
Trait' reference. |
| Modifier and Type | Method and Description |
|---|---|
Characteristic |
MeasureImpl.basicGetTrait() |
Characteristic |
SmmFactoryImpl.createCharacteristic() |
Characteristic |
CharacteristicImpl.getParent() |
Characteristic |
MeasureImpl.getTrait() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
CharacteristicImpl.basicSetParent(Characteristic newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CharacteristicImpl.setParent(Characteristic newParent) |
void |
MeasureImpl.setTrait(Characteristic newTrait) |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseCharacteristic(Characteristic object)
Returns the result of interpreting the object as an instance of 'Characteristic'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.