de.cau.cs.kieler.esterel.esterel
Interface VariableList

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
VariableListImpl

public interface VariableList
extends EObject

A representation of the model object 'Variable List'.

The following features are supported:

See Also:
EsterelPackage.getVariableList()
Rating red
Generated:
This code was automatically generated.
Model element

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

getVariable

String getVariable()
Returns the value of the 'Variable' attribute.

If the meaning of the 'Variable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variable' attribute.
See Also:
setVariable(String), EsterelPackage.getVariableList_Variable()
Generated:
This code was automatically generated.
Model element

setVariable

void setVariable(String value)
Sets the value of the 'Variable' attribute.

Parameters:
value - the new value of the 'Variable' attribute.
See Also:
getVariable()
Generated:
This code was automatically generated.

getExpression

DataExpr getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(DataExpr), EsterelPackage.getVariableList_Expression()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpression

void setExpression(DataExpr value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()
Generated:
This code was automatically generated.

getLeft

VariableList getLeft()
Returns the value of the 'Left' containment reference.

If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(VariableList), EsterelPackage.getVariableList_Left()
Generated:
This code was automatically generated.
Model element:
containment=true

setLeft

void setLeft(VariableList value)
Sets the value of the 'Left' containment reference.

Parameters:
value - the new value of the 'Left' containment reference.
See Also:
getLeft()
Generated:
This code was automatically generated.