ujf.verimag.bip.Core.Behaviors
Interface VariableDefinitionBinding

All Superinterfaces:
VariableBinding
All Known Implementing Classes:
VariableDefinitionBindingImpl

public interface VariableDefinitionBinding
extends VariableBinding

A representation of the model object 'Variable Definition Binding'.

The following features are supported:

See Also:
BehaviorsPackage.getVariableDefinitionBinding()

Method Summary
 Variable getVariable()
          Returns the value of the 'Variable' reference.
 void setVariable(Variable value)
          Sets the value of the 'Variable' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.VariableBinding
getInterfaceVariable, setInterfaceVariable
 

Method Detail

getVariable

Variable getVariable()
Returns the value of the 'Variable' reference.

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

Returns:
the value of the 'Variable' reference.
See Also:
setVariable(Variable), BehaviorsPackage.getVariableDefinitionBinding_Variable()

setVariable

void setVariable(Variable value)
Sets the value of the 'Variable' reference.

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