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

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

public interface InterfaceVariableReference
extends DataReference

A representation of the model object 'Interface Variable Reference'.

The following features are supported:

See Also:
ExpressionsPackage.getInterfaceVariableReference()

Method Summary
 InterfaceVariable getTargetInterfaceVariable()
          Returns the value of the 'Target Interface Variable' reference.
 void setTargetInterfaceVariable(InterfaceVariable value)
          Sets the value of the 'Target Interface Variable' reference.
 

Method Detail

getTargetInterfaceVariable

InterfaceVariable getTargetInterfaceVariable()
Returns the value of the 'Target Interface Variable' reference.

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

Returns:
the value of the 'Target Interface Variable' reference.
See Also:
setTargetInterfaceVariable(InterfaceVariable), ExpressionsPackage.getInterfaceVariableReference_TargetInterfaceVariable()

setTargetInterfaceVariable

void setTargetInterfaceVariable(InterfaceVariable value)
Sets the value of the 'Target Interface Variable' reference.

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