org.eclipse.etrice.core.room
Interface TrPoint

All Superinterfaces:
StateGraphItem, StateGraphNode
All Known Subinterfaces:
EntryPoint, ExitPoint, TransitionPoint
All Known Implementing Classes:
EntryPointImpl, ExitPointImpl, TransitionPointImpl, TrPointImpl

public interface TrPoint
extends StateGraphNode

A representation of the model object 'Tr Point'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Specified by:
getName in interface StateGraphItem
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RoomPackage.getTrPoint_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code