ujf.verimag.bip.Core.Interactions
Interface VariableExportBinding

All Superinterfaces:
VariableBinding
All Known Implementing Classes:
VariableExportBindingImpl

public interface VariableExportBinding
extends VariableBinding

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

The following features are supported:

See Also:
InteractionsPackage.getVariableExportBinding()

Method Summary
 PartElementReference getTargetInstance()
          Returns the value of the 'Target Instance' containment reference.
 InterfaceVariable getTargetInterfaceVariable()
          Returns the value of the 'Target Interface Variable' reference.
 void setTargetInstance(PartElementReference value)
          Sets the value of the 'Target Instance' containment reference.
 void setTargetInterfaceVariable(InterfaceVariable value)
          Sets the value of the 'Target Interface Variable' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.VariableBinding
getInterfaceVariable, setInterfaceVariable
 

Method Detail

getTargetInstance

PartElementReference getTargetInstance()
Returns the value of the 'Target Instance' containment reference.

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

Returns:
the value of the 'Target Instance' containment reference.
See Also:
setTargetInstance(PartElementReference), InteractionsPackage.getVariableExportBinding_TargetInstance()

setTargetInstance

void setTargetInstance(PartElementReference value)
Sets the value of the 'Target Instance' containment reference.

Parameters:
value - the new value of the 'Target Instance' containment reference.
See Also:
getTargetInstance()

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), InteractionsPackage.getVariableExportBinding_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()