org.eclipse.etrice.generator.etricegen
Interface BindingInstance

All Known Implementing Classes:
BindingInstanceImpl

public interface BindingInstance

A representation of the model object 'Binding Instance'.

The following features are supported:

See Also:
ETriceGenPackage.getBindingInstance()
EMF generated code
EMF model element

Method Summary
  getPorts()
          Returns the value of the 'Ports' reference list.
 

Method Detail

getPorts

 getPorts()
Returns the value of the 'Ports' reference list. The list contents are of type PortInstance. It is bidirectional and its opposite is 'Bindings'.

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

Returns:
the value of the 'Ports' reference list.
See Also:
ETriceGenPackage.getBindingInstance_Ports(), PortInstance.getBindings()
EMF generated code
EMF model element
opposite="bindings" upper="2"