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'.

The following features are supported:

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

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 de.cau.cs.kieler.synccharts.Effect
getParentEAction, setParentEAction
 
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

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. It is bidirectional and its opposite is 'Parent Assignment'.

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(), Expression.getParentAssignment()
Generated:
This code was automatically generated.
Model element:
opposite=parentAssignment
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.