org.eclipse.etrice.generator.etricegen
Interface ConnectionInstance

All Known Implementing Classes:
ConnectionInstanceImpl

public interface ConnectionInstance

A representation of the model object 'Connection Instance'.

The following features are supported:

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

Method Summary
 LayerConnection getConnection()
          Returns the value of the 'Connection' reference.
 ActorInstance getFromAI()
          Returns the value of the 'From AI' reference.
 SPPInstance getFromSPP()
          Returns the value of the 'From SPP' reference.
 SPPInstance getToSPP()
          Returns the value of the 'To SPP' reference.
 void setConnection(LayerConnection value)
          Sets the value of the 'Connection' reference.
 void setFromAI(ActorInstance value)
          Sets the value of the 'From AI' reference.
 void setFromSPP(SPPInstance value)
          Sets the value of the 'From SPP' reference.
 void setToSPP(SPPInstance value)
          Sets the value of the 'To SPP' reference.
 

Method Detail

getFromAI

ActorInstance getFromAI()
Returns the value of the 'From AI' reference.

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

Returns:
the value of the 'From AI' reference.
See Also:
setFromAI(ActorInstance), ETriceGenPackage.getConnectionInstance_FromAI()
EMF generated code
EMF model element

setFromAI

void setFromAI(ActorInstance value)
Sets the value of the 'From AI' reference.

Parameters:
value - the new value of the 'From AI' reference.
See Also:
getFromAI()
EMF generated code

getFromSPP

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

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

Returns:
the value of the 'From SPP' reference.
See Also:
setFromSPP(SPPInstance), ETriceGenPackage.getConnectionInstance_FromSPP(), SPPInstance.getOutgoing()
EMF generated code
EMF model element
opposite="outgoing"

setFromSPP

void setFromSPP(SPPInstance value)
Sets the value of the 'From SPP' reference.

Parameters:
value - the new value of the 'From SPP' reference.
See Also:
getFromSPP()
EMF generated code

getToSPP

SPPInstance getToSPP()
Returns the value of the 'To SPP' reference. It is bidirectional and its opposite is 'Incoming'.

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

Returns:
the value of the 'To SPP' reference.
See Also:
setToSPP(SPPInstance), ETriceGenPackage.getConnectionInstance_ToSPP(), SPPInstance.getIncoming()
EMF generated code
EMF model element
opposite="incoming"

setToSPP

void setToSPP(SPPInstance value)
Sets the value of the 'To SPP' reference.

Parameters:
value - the new value of the 'To SPP' reference.
See Also:
getToSPP()
EMF generated code

getConnection

LayerConnection getConnection()
Returns the value of the 'Connection' reference.

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

Returns:
the value of the 'Connection' reference.
See Also:
setConnection(LayerConnection), ETriceGenPackage.getConnectionInstance_Connection()
EMF generated code
EMF model element

setConnection

void setConnection(LayerConnection value)
Sets the value of the 'Connection' reference.

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