org.eclipse.etrice.generator.etricegen
Interface InterfaceItemInstance

All Superinterfaces:
InstanceBase
All Known Subinterfaces:
PortInstance, SAPInstance, ServiceImplInstance
All Known Implementing Classes:
InterfaceItemInstanceImpl, PortInstanceImpl, SAPInstanceImpl, ServiceImplInstanceImpl

public interface InterfaceItemInstance
extends InstanceBase

A representation of the model object 'Interface Item Instance'.

The following features are supported:

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

Field Summary
 
Fields inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
pathDelim
 
Method Summary
  getPeers()
          Returns the value of the 'Peers' reference list.
 
Methods inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
getName, getNObjIDs, getObjId, getPath, getThreadId, setName, setObjId
 

Method Detail

getPeers

 getPeers()
Returns the value of the 'Peers' reference list. The list contents are of type InterfaceItemInstance.

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

Returns:
the value of the 'Peers' reference list.
See Also:
ETriceGenPackage.getInterfaceItemInstance_Peers()
EMF generated code
EMF model element