ujf.verimag.bip.Core.Behaviors
Interface VariableBinding

All Known Subinterfaces:
VariableDefinitionBinding, VariableExportBinding
All Known Implementing Classes:
VariableBindingImpl, VariableDefinitionBindingImpl, VariableExportBindingImpl

public interface VariableBinding

A representation of the model object 'Variable Binding'.

The following features are supported:

See Also:
BehaviorsPackage.getVariableBinding()

Method Summary
 InterfaceVariable getInterfaceVariable()
          Returns the value of the 'Interface Variable' container reference.
 void setInterfaceVariable(InterfaceVariable value)
          Sets the value of the 'Interface Variable' container reference.
 

Method Detail

getInterfaceVariable

InterfaceVariable getInterfaceVariable()
Returns the value of the 'Interface Variable' container reference. It is bidirectional and its opposite is 'Variable Binding'.

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

Returns:
the value of the 'Interface Variable' container reference.
See Also:
setInterfaceVariable(InterfaceVariable), BehaviorsPackage.getVariableBinding_InterfaceVariable(), InterfaceVariable.getVariableBinding()

setInterfaceVariable

void setInterfaceVariable(InterfaceVariable value)
Sets the value of the 'Interface Variable' container reference.

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