org.eclipse.etrice.core.room
Interface SPPoint

All Known Implementing Classes:
SPPointImpl

public interface SPPoint

A representation of the model object 'SP Point'.

The following features are supported:

See Also:
RoomPackage.getSPPoint()
EMF generated code
EMF model element

Method Summary
 ActorContainerRef getRef()
          Returns the value of the 'Ref' reference.
 SPPRef getService()
          Returns the value of the 'Service' reference.
 void setRef(ActorContainerRef value)
          Sets the value of the 'Ref' reference.
 void setService(SPPRef value)
          Sets the value of the 'Service' reference.
 

Method Detail

getRef

ActorContainerRef getRef()
Returns the value of the 'Ref' reference.

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

Returns:
the value of the 'Ref' reference.
See Also:
setRef(ActorContainerRef), RoomPackage.getSPPoint_Ref()
EMF generated code
EMF model element

setRef

void setRef(ActorContainerRef value)
Sets the value of the 'Ref' reference.

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

getService

SPPRef getService()
Returns the value of the 'Service' reference.

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

Returns:
the value of the 'Service' reference.
See Also:
setService(SPPRef), RoomPackage.getSPPoint_Service()
EMF generated code
EMF model element

setService

void setService(SPPRef value)
Sets the value of the 'Service' reference.

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