Package | Description |
---|---|
com.interpss.simu.multicase.modify | |
com.interpss.simu.multicase.modify.impl | |
com.interpss.simu.multicase.modify.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexValueChange
A representation of the model object 'Complex Value Change'.
|
interface |
DoubleValueChange
A representation of the model object 'Double Value Change'.
|
Modifier and Type | Method and Description |
---|---|
BaseValueChange |
BusGenChange.getChangeValue()
Returns the value of the 'Change Value' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
BusGenChange.setChangeValue(BaseValueChange value)
Sets the value of the '
Change Value ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
BaseValueChangeImpl
An implementation of the model object 'Base Value Change'.
|
class |
ComplexValueChangeImpl
An implementation of the model object 'Complex Value Change'.
|
class |
DoubleValueChangeImpl
An implementation of the model object 'Double Value Change'.
|
Modifier and Type | Field and Description |
---|---|
protected BaseValueChange |
BusGenChangeImpl.changeValue
The cached value of the '
Change Value ' containment reference. |
Modifier and Type | Method and Description |
---|---|
BaseValueChange |
BusGenChangeImpl.getChangeValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
BusGenChangeImpl.basicSetChangeValue(BaseValueChange newChangeValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BusGenChangeImpl.setChangeValue(BaseValueChange newChangeValue) |
Modifier and Type | Method and Description |
---|---|
T |
MCaseModifySwitch.caseBaseValueChange(BaseValueChange object)
Returns the result of interpreting the object as an instance of 'Base Value Change'.
|