de.cau.cs.kieler.core.kexpressions
Interface IVariable
- All Superinterfaces:
- Annotatable, EObject, Notifier, ValuedObject, Variable
- All Known Implementing Classes:
- IVariableImpl
public interface IVariable
- extends Variable
A representation of the model object 'IVariable'.
The following features are supported:
- See Also:
KExpressionsPackage.getIVariable()
- 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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)
,
KExpressionsPackage.getIVariable_Expression()
- Generated:
- This code was automatically generated.
- Model element:
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.