org.eclipse.etrice.core.room
Interface LayerConnection

All Known Implementing Classes:
LayerConnectionImpl

public interface LayerConnection

A representation of the model object 'Layer Connection'.

The following features are supported:

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

Method Summary
 SAPoint getFrom()
          Returns the value of the 'From' containment reference.
 SPPoint getTo()
          Returns the value of the 'To' containment reference.
 void setFrom(SAPoint value)
          Sets the value of the 'From' containment reference.
 void setTo(SPPoint value)
          Sets the value of the 'To' containment reference.
 

Method Detail

getFrom

SAPoint getFrom()
Returns the value of the 'From' containment reference.

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

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(SAPoint), RoomPackage.getLayerConnection_From()
EMF generated code
EMF model element
containment="true"

setFrom

void setFrom(SAPoint value)
Sets the value of the 'From' containment reference.

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

getTo

SPPoint getTo()
Returns the value of the 'To' containment reference.

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

Returns:
the value of the 'To' containment reference.
See Also:
setTo(SPPoint), RoomPackage.getLayerConnection_To()
EMF generated code
EMF model element
containment="true"

setTo

void setTo(SPPoint value)
Sets the value of the 'To' containment reference.

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