ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface VariableReference

All Superinterfaces:
Action, DataReference, Expression
All Known Implementing Classes:
VariableReferenceImpl

public interface VariableReference
extends DataReference

A representation of the model object 'Variable Reference'.

The following features are supported:

See Also:
ExpressionsPackage.getVariableReference()

Method Summary
 Variable getTargetVariable()
          Returns the value of the 'Target Variable' reference.
 void setTargetVariable(Variable value)
          Sets the value of the 'Target Variable' reference.
 

Method Detail

getTargetVariable

Variable getTargetVariable()
Returns the value of the 'Target Variable' reference.

If the meaning of the 'Target Variable' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Variable' reference.
See Also:
setTargetVariable(Variable), ExpressionsPackage.getVariableReference_TargetVariable()

setTargetVariable

void setTargetVariable(Variable value)
Sets the value of the 'Target Variable' reference.

Parameters:
value - the new value of the 'Target Variable' reference.
See Also:
getTargetVariable()