ujf.verimag.bip.Core.Behaviors
Interface Binding

All Known Subinterfaces:
ContractBinding, DefinitionBinding, ExportBinding
All Known Implementing Classes:
BindingImpl, ContractBindingImpl, DefinitionBindingImpl, ExportBindingImpl

public interface Binding

A representation of the model object 'Binding'.

The following features are supported:

See Also:
BehaviorsPackage.getBinding()

Method Summary
 Port getOuterPort()
          Returns the value of the 'Outer Port' container reference.
 void setOuterPort(Port value)
          Sets the value of the 'Outer Port' container reference.
 

Method Detail

getOuterPort

Port getOuterPort()
Returns the value of the 'Outer Port' container reference. It is bidirectional and its opposite is 'Binding'.

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

Returns:
the value of the 'Outer Port' container reference.
See Also:
setOuterPort(Port), BehaviorsPackage.getBinding_OuterPort(), Port.getBinding()

setOuterPort

void setOuterPort(Port value)
Sets the value of the 'Outer Port' container reference.

Parameters:
value - the new value of the 'Outer Port' container reference.
See Also:
getOuterPort()