public interface ConditionedDependence extends Dependences
The following features are supported:
SsmePackage.getConditionedDependence()
Modifier and Type | Method and Description |
---|---|
ExprSignal |
getConditionExpr()
Returns the value of the 'Condition Expr' containment reference
|
Signals |
getSignalsFrom()
Returns the value of the 'Signals From' containment reference
|
Signals |
getSignalsTo()
Returns the value of the 'Signals To' containment reference
|
void |
setConditionExpr(ExprSignal value)
Sets the value of the '
Condition Expr ' containment reference |
void |
setSignalsFrom(Signals value)
Sets the value of the '
Signals From ' containment reference |
void |
setSignalsTo(Signals value)
Sets the value of the '
Signals To ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Signals getSignalsFrom()
If the meaning of the 'Signals From' containment reference isn't clear, there really should be more of a description here...
setSignalsFrom(Signals)
,
SsmePackage.getConditionedDependence_SignalsFrom()
void setSignalsFrom(Signals value)
Signals From
' containment reference.
value
- the new value of the 'Signals From' containment reference.getSignalsFrom()
Signals getSignalsTo()
If the meaning of the 'Signals To' containment reference isn't clear, there really should be more of a description here...
setSignalsTo(Signals)
,
SsmePackage.getConditionedDependence_SignalsTo()
void setSignalsTo(Signals value)
Signals To
' containment reference.
value
- the new value of the 'Signals To' containment reference.getSignalsTo()
ExprSignal getConditionExpr()
If the meaning of the 'Condition Expr' containment reference isn't clear, there really should be more of a description here...
setConditionExpr(ExprSignal)
,
SsmePackage.getConditionedDependence_ConditionExpr()
void setConditionExpr(ExprSignal value)
Condition Expr
' containment reference.
value
- the new value of the 'Condition Expr' containment reference.getConditionExpr()