org.eclipse.etrice.core.room
Interface StateGraphItem

All Known Subinterfaces:
BaseState, ChoicePoint, ContinuationTransition, CPBranchTransition, EntryPoint, ExitPoint, GuardedTransition, InitialTransition, NonInitialTransition, RefinedState, State, StateGraphNode, Transition, TransitionChainStartTransition, TransitionPoint, TriggeredTransition, TrPoint
All Known Implementing Classes:
BaseStateImpl, ChoicePointImpl, ContinuationTransitionImpl, CPBranchTransitionImpl, EntryPointImpl, ExitPointImpl, GuardedTransitionImpl, InitialTransitionImpl, NonInitialTransitionImpl, RefinedStateImpl, StateGraphItemImpl, StateGraphNodeImpl, StateImpl, TransitionChainStartTransitionImpl, TransitionImpl, TransitionPointImpl, TriggeredTransitionImpl, TrPointImpl

public interface StateGraphItem

A representation of the model object 'State Graph Item'.

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

Method Summary
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

EMF generated code
EMF model element
kind="operation" annotation="http://www.eclipse.org/emf/2002/GenModel body='if (this instanceof org.eclipse.etrice.core.room.State) return ((org.eclipse.etrice.core.room.State)this).getName();\nelse if (this instanceof org.eclipse.etrice.core.room.TrPoint) return ((org.eclipse.etrice.core.room.TrPoint)this).getName();\nelse if (this instanceof org.eclipse.etrice.core.room.ChoicePoint) return ((org.eclipse.etrice.core.room.ChoicePoint)this).getName();\nelse if (this instanceof org.eclipse.etrice.core.room.Transition) return ((org.eclipse.etrice.core.room.Transition)this).getName();\nreturn \"\";'"