ujf.verimag.bip.Extra.Contracts
Interface ContractBinding

All Superinterfaces:
Binding, ExportBinding, InnerPortSpecification
All Known Implementing Classes:
ContractBindingImpl

public interface ContractBinding
extends ExportBinding

A representation of the model object 'Contract Binding'.

The following features are supported:

See Also:
ContractsPackage.getContractBinding()

Method Summary
 Port getContractedPort()
          Returns the value of the 'Contracted Port' reference.
 void setContractedPort(Port value)
          Sets the value of the 'Contracted Port' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Interactions.InnerPortSpecification
getTargetInstance, getTargetPort, setTargetInstance, setTargetPort
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.Binding
getOuterPort, setOuterPort
 

Method Detail

getContractedPort

Port getContractedPort()
Returns the value of the 'Contracted Port' reference.

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

Returns:
the value of the 'Contracted Port' reference.
See Also:
setContractedPort(Port), ContractsPackage.getContractBinding_ContractedPort()

setContractedPort

void setContractedPort(Port value)
Sets the value of the 'Contracted Port' reference.

Parameters:
value - the new value of the 'Contracted Port' reference.
See Also:
getContractedPort()