| Modifier and Type | Method and Description |
|---|---|
Condition |
SofiaFactory.createCondition()
Returns a new object of class 'Condition'.
|
Condition |
If.getIfCondition()
Returns the value of the 'If Condition' containment reference.
|
Condition |
Loop.getLoopCondition()
Returns the value of the 'Loop Condition' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
If.setIfCondition(Condition value)
Sets the value of the '
If Condition' containment reference. |
void |
Loop.setLoopCondition(Condition value)
Sets the value of the '
Loop Condition' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionImpl
An implementation of the model object 'Condition'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
IfImpl.ifCondition
The cached value of the '
If Condition' containment reference. |
protected Condition |
LoopImpl.loopCondition
The cached value of the '
Loop Condition' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Condition |
SofiaFactoryImpl.createCondition() |
Condition |
IfImpl.getIfCondition() |
Condition |
LoopImpl.getLoopCondition() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
IfImpl.basicSetIfCondition(Condition newIfCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LoopImpl.basicSetLoopCondition(Condition newLoopCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
IfImpl.setIfCondition(Condition newIfCondition) |
void |
LoopImpl.setLoopCondition(Condition newLoopCondition) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseCondition(Condition object)
Returns the result of interpreting the object as an instance of 'Condition'.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
ConditionInstance.getIfConditionType()
Returns the value of the 'If Condition Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionInstance.setIfConditionType(Condition value)
Sets the value of the '
If Condition Type' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
ConditionInstanceImpl.ifConditionType
The cached value of the '
If Condition Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
Condition |
ConditionInstanceImpl.basicGetIfConditionType() |
Condition |
ConditionInstanceImpl.getIfConditionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionInstanceImpl.setIfConditionType(Condition newIfConditionType) |
Copyright © 2018. All rights reserved.