de.cau.cs.kieler.esterel.esterel
Interface Assignment

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
AssignmentImpl

public interface Assignment
extends Statement

A representation of the model object 'Assignment'.

The following features are supported:

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

Method Summary
 DataExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 String getVariable()
          Returns the value of the 'Variable' attribute.
 void setExpr(DataExpr value)
          Sets the value of the 'Expr' 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, eInvoke, 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.getAssignment_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.

getExpr

DataExpr getExpr()
Returns the value of the 'Expr' containment reference.

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

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

setExpr

void setExpr(DataExpr value)
Sets the value of the 'Expr' containment reference.

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