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 red
Generated:
This code was automatically generated.
Model element

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.Variable
isConst, setConst
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.ValuedObject
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations
 
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
 

Method Detail

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:
containment=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.