de.cau.cs.kieler.synccharts
Interface Assignment

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

public interface Assignment
extends Effect

A representation of the model object 'Assignment'. An Assignment assigns a new value to a Variable. It carries a reference to a Variable and an Expression that represents the new value for that Variable.

The following features are supported:

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

Field Summary
static String copyright
           
 
Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 Variable getVariable()
          Returns the value of the 'Variable' reference.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setVariable(Variable value)
          Sets the value of the 'Variable' reference.
 
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
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Method Detail

getVariable

Variable getVariable()
Returns the value of the 'Variable' reference.

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

Returns:
the value of the 'Variable' reference.
See Also:
setVariable(Variable), SyncchartsPackage.getAssignment_Variable()
Generated:
This code was automatically generated.
Model element:
required=true

setVariable

void setVariable(Variable value)
Sets the value of the 'Variable' reference.

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

getExpression

Expression 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(Expression), SyncchartsPackage.getAssignment_Expression()
Generated:
This code was automatically generated.
Model element:
containment=true
required=true

setExpression

void setExpression(Expression 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.