|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableList
A representation of the model object 'Variable List'.
The following features are supported:
EsterelPackage.getVariableList()
Method Summary | |
---|---|
DataExpr |
getExpression()
Returns the value of the 'Expression' containment reference. |
VariableList |
getLeft()
Returns the value of the 'Left' containment reference. |
String |
getVariable()
Returns the value of the 'Variable' attribute. |
void |
setExpression(DataExpr value)
Sets the value of the ' Expression ' containment reference. |
void |
setLeft(VariableList value)
Sets the value of the ' Left ' containment reference. |
void |
setVariable(String value)
Sets the value of the ' Variable ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getVariable()
If the meaning of the 'Variable' attribute isn't clear, there really should be more of a description here...
setVariable(String)
,
EsterelPackage.getVariableList_Variable()
void setVariable(String value)
Variable
' attribute.
value
- the new value of the 'Variable' attribute.getVariable()
DataExpr getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(DataExpr)
,
EsterelPackage.getVariableList_Expression()
containment | = | true |
void setExpression(DataExpr value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
VariableList getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(VariableList)
,
EsterelPackage.getVariableList_Left()
containment | = | true |
void setLeft(VariableList value)
Left
' containment reference.
value
- the new value of the 'Left' containment reference.getLeft()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |