public interface AlignedMap extends Builtin
The following features are supported:
ProtelisPackage.getAlignedMap()| Modifier and Type | Method and Description |
|---|---|
Expression |
getArg()
Returns the value of the 'Arg' containment reference.
|
Expression |
getCond()
Returns the value of the 'Cond' containment reference.
|
Expression |
getDefault()
Returns the value of the 'Default' containment reference.
|
Expression |
getOp()
Returns the value of the 'Op' containment reference.
|
void |
setArg(Expression value)
Sets the value of the '
Arg' containment reference. |
void |
setCond(Expression value)
Sets the value of the '
Cond' containment reference. |
void |
setDefault(Expression value)
Sets the value of the '
Default' containment reference. |
void |
setOp(Expression value)
Sets the value of the '
Op' containment reference. |
Expression getArg()
If the meaning of the 'Arg' containment reference isn't clear, there really should be more of a description here...
setArg(Expression),
ProtelisPackage.getAlignedMap_Arg()void setArg(Expression value)
Arg' containment reference.
value - the new value of the 'Arg' containment reference.getArg()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.getAlignedMap_Cond()void setCond(Expression value)
Cond' containment reference.
value - the new value of the 'Cond' containment reference.getCond()Expression getOp()
If the meaning of the 'Op' containment reference isn't clear, there really should be more of a description here...
setOp(Expression),
ProtelisPackage.getAlignedMap_Op()void setOp(Expression value)
Op' containment reference.
value - the new value of the 'Op' containment reference.getOp()Expression getDefault()
If the meaning of the 'Default' containment reference isn't clear, there really should be more of a description here...
setDefault(Expression),
ProtelisPackage.getAlignedMap_Default()void setDefault(Expression value)
Default' containment reference.
value - the new value of the 'Default' containment reference.getDefault()Copyright © 2015. All rights reserved.