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

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
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:
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.