/** */ package org.eclipse.etrice.core.room; /** * * A representation of the model object 'Ref SA Point'. * * * *
Links from a {@link ActorContainerRef}, i.e. from a sub actor. * * * *

* The following features are supported: *

* * * @see org.eclipse.etrice.core.room.RoomPackage#getRefSAPoint() * @model * @generated */ public interface RefSAPoint extends SAPoint { /** * Returns the value of the 'Ref' reference. * * * *
This is the referenced actor container ref. * * * @return the value of the 'Ref' reference. * @see #setRef(ActorContainerRef) * @see org.eclipse.etrice.core.room.RoomPackage#getRefSAPoint_Ref() * @model * @generated */ ActorContainerRef getRef(); /** * Sets the value of the '{@link org.eclipse.etrice.core.room.RefSAPoint#getRef Ref}' reference. * * * @param value the new value of the 'Ref' reference. * @see #getRef() * @generated */ void setRef(ActorContainerRef value); } // RefSAPoint