public interface If
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProtelisPackage.getIf()| 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.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
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 |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setThen(Block value)
Sets the value of the '
Then' containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProtelisPackage.getIf_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()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.getIf_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.getIf_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.getIf_Else()Copyright © 2015. All rights reserved.