org.eclipse.etrice.generator.etricegen
Interface SPPInstance

All Superinterfaces:
InstanceBase
All Known Implementing Classes:
SPPInstanceImpl

public interface SPPInstance
extends InstanceBase

A representation of the model object 'SPP Instance'.

The following features are supported:

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

Field Summary
 
Fields inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
pathDelim
 
Method Summary
  getIncoming()
          Returns the value of the 'Incoming' reference list.
 ConnectionInstance getOutgoing()
          Returns the value of the 'Outgoing' reference.
 SPPRef getSpp()
          Returns the value of the 'Spp' reference.
 void setOutgoing(ConnectionInstance value)
          Sets the value of the 'Outgoing' reference.
 void setSpp(SPPRef value)
          Sets the value of the 'Spp' reference.
 
Methods inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
getName, getNObjIDs, getObjId, getPath, getThreadId, setName, setObjId
 

Method Detail

getSpp

SPPRef getSpp()
Returns the value of the 'Spp' reference.

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

Returns:
the value of the 'Spp' reference.
See Also:
setSpp(SPPRef), ETriceGenPackage.getSPPInstance_Spp()
EMF generated code
EMF model element

setSpp

void setSpp(SPPRef value)
Sets the value of the 'Spp' reference.

Parameters:
value - the new value of the 'Spp' reference.
See Also:
getSpp()
EMF generated code

getIncoming

 getIncoming()
Returns the value of the 'Incoming' reference list. The list contents are of type ConnectionInstance. It is bidirectional and its opposite is 'To SPP'.

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

Returns:
the value of the 'Incoming' reference list.
See Also:
ETriceGenPackage.getSPPInstance_Incoming(), ConnectionInstance.getToSPP()
EMF generated code
EMF model element
opposite="toSPP"

getOutgoing

ConnectionInstance getOutgoing()
Returns the value of the 'Outgoing' reference. It is bidirectional and its opposite is 'From SPP'.

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

Returns:
the value of the 'Outgoing' reference.
See Also:
setOutgoing(ConnectionInstance), ETriceGenPackage.getSPPInstance_Outgoing(), ConnectionInstance.getFromSPP()
EMF generated code
EMF model element
opposite="fromSPP"

setOutgoing

void setOutgoing(ConnectionInstance value)
Sets the value of the 'Outgoing' reference.

Parameters:
value - the new value of the 'Outgoing' reference.
See Also:
getOutgoing()
EMF generated code