de.cau.cs.kieler.synccharts
Interface VariableReference

All Superinterfaces:
EObject, Expression, Notifier
All Known Implementing Classes:
VariableReferenceImpl

public interface VariableReference
extends Expression

A representation of the model object 'Variable Reference'.

The following features are supported:

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

Method Summary
 Variable getVariable()
          Returns the value of the 'Variable' reference.
 void setVariable(Variable value)
          Sets the value of the 'Variable' reference.
 
Methods inherited from interface de.cau.cs.kieler.synccharts.Expression
getParentAction, getParentAssignment, getParentEmisson, getParentExpression, setParentAction, setParentAssignment, setParentEmisson, setParentExpression
 
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.getVariableReference_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.