Modifier and Type | Interface and Description |
---|---|
interface |
AndExpression
A representation of the model object 'And Expression'.
|
interface |
ConditionElement
A representation of the model object 'Condition Element'.
|
interface |
OrExpression
A representation of the model object 'Or Expression'.
|
interface |
OrlessExpression
A representation of the model object 'Orless Expression'.
|
interface |
OrmoreExpression
A representation of the model object 'Ormore Expression'.
|
interface |
SAndExpression
A representation of the model object 'SAnd Expression'.
|
interface |
SOrExpression
A representation of the model object 'SOr Expression'.
|
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
ErrorModelFactory.createConditionExpression()
Returns a new object of class 'Condition Expression'.
|
ConditionExpression |
OutgoingPropagationCondition.getCondition()
Returns the value of the 'Condition' containment reference.
|
ConditionExpression |
ErrorDetection.getCondition()
Returns the value of the 'Condition' containment reference.
|
ConditionExpression |
ErrorBehaviorTransition.getCondition()
Returns the value of the 'Condition' containment reference.
|
ConditionExpression |
CompositeState.getCondition()
Returns the value of the 'Condition' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConditionExpression> |
SOrExpression.getOperands()
Returns the value of the 'Operands' containment reference list.
|
org.eclipse.emf.common.util.EList<ConditionExpression> |
SAndExpression.getOperands()
Returns the value of the 'Operands' containment reference list.
|
org.eclipse.emf.common.util.EList<ConditionExpression> |
OrExpression.getOperands()
Returns the value of the 'Operands' containment reference list.
|
org.eclipse.emf.common.util.EList<ConditionExpression> |
AndExpression.getOperands()
Returns the value of the 'Operands' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingPropagationCondition.setCondition(ConditionExpression value)
Sets the value of the '
Condition ' containment reference. |
void |
ErrorDetection.setCondition(ConditionExpression value)
Sets the value of the '
Condition ' containment reference. |
void |
ErrorBehaviorTransition.setCondition(ConditionExpression value)
Sets the value of the '
Condition ' containment reference. |
void |
CompositeState.setCondition(ConditionExpression value)
Sets the value of the '
Condition ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AndExpressionImpl
An implementation of the model object 'And Expression'.
|
class |
ConditionElementImpl
An implementation of the model object 'Condition Element'.
|
class |
ConditionExpressionImpl
An implementation of the model object 'Condition Expression'.
|
class |
OrExpressionImpl
An implementation of the model object 'Or Expression'.
|
class |
OrlessExpressionImpl
An implementation of the model object 'Orless Expression'.
|
class |
OrmoreExpressionImpl
An implementation of the model object 'Ormore Expression'.
|
class |
SAndExpressionImpl
An implementation of the model object 'SAnd Expression'.
|
class |
SOrExpressionImpl
An implementation of the model object 'SOr Expression'.
|
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
ErrorModelFactoryImpl.createConditionExpression() |
ConditionExpression |
OutgoingPropagationConditionImpl.getCondition() |
ConditionExpression |
ErrorDetectionImpl.getCondition() |
ConditionExpression |
ErrorBehaviorTransitionImpl.getCondition() |
ConditionExpression |
CompositeStateImpl.getCondition() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConditionExpression> |
SOrExpressionImpl.getOperands() |
org.eclipse.emf.common.util.EList<ConditionExpression> |
SAndExpressionImpl.getOperands() |
org.eclipse.emf.common.util.EList<ConditionExpression> |
OrExpressionImpl.getOperands() |
org.eclipse.emf.common.util.EList<ConditionExpression> |
AndExpressionImpl.getOperands() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
OutgoingPropagationConditionImpl.basicSetCondition(ConditionExpression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ErrorDetectionImpl.basicSetCondition(ConditionExpression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ErrorBehaviorTransitionImpl.basicSetCondition(ConditionExpression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CompositeStateImpl.basicSetCondition(ConditionExpression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
OutgoingPropagationConditionImpl.setCondition(ConditionExpression newCondition) |
void |
ErrorDetectionImpl.setCondition(ConditionExpression newCondition) |
void |
ErrorBehaviorTransitionImpl.setCondition(ConditionExpression newCondition) |
void |
CompositeStateImpl.setCondition(ConditionExpression newCondition) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseConditionExpression(ConditionExpression object)
Returns the result of interpreting the object as an instance of 'Condition Expression'.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.EObject |
EM2Util.getConditionExpressionContext(ConditionExpression ce)
find the model object that contains the condition expression
|