public interface Mux extends Builtin
ProtelisPackage.getMux()| Modifier and Type | Method and Description |
|---|---|
Expression |
getCond()
Returns the value of the 'Cond' containment reference.
|
Block |
getElse()
Returns the value of the 'Else' containment reference.
|
Block |
getThen()
Returns the value of the 'Then' containment reference.
|
void |
setCond(Expression value)
Sets the value of the '
Cond' containment reference. |
void |
setElse(Block value)
Sets the value of the '
Else' containment reference. |
void |
setThen(Block value)
Sets the value of the '
Then' containment reference. |
Expression getCond()
If the meaning of the 'Cond' containment reference isn't clear, there really should be more of a description here...
setCond(Expression),
ProtelisPackage.getMux_Cond()void setCond(Expression value)
Cond' containment reference.
value - the new value of the 'Cond' containment reference.getCond()Block getThen()
If the meaning of the 'Then' containment reference isn't clear, there really should be more of a description here...
setThen(Block),
ProtelisPackage.getMux_Then()void setThen(Block value)
Then' containment reference.
value - the new value of the 'Then' containment reference.getThen()Block getElse()
If the meaning of the 'Else' containment reference isn't clear, there really should be more of a description here...
setElse(Block),
ProtelisPackage.getMux_Else()Copyright © 2015. All rights reserved.