org.eclipse.etrice.core.room.impl
Class StateGraphItemImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.StateGraphItemImpl
All Implemented Interfaces:
StateGraphItem
Direct Known Subclasses:
StateGraphNodeImpl, TransitionImpl

public class StateGraphItemImpl
extends MinimalEObjectImpl.Container
implements StateGraphItem

An implementation of the model object 'State Graph Item'.

EMF generated code

Constructor Summary
protected StateGraphItemImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateGraphItemImpl

protected StateGraphItemImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getName

public java.lang.String getName()

Specified by:
getName in interface StateGraphItem
EMF generated code