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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.StateGraphItemImpl
          extended by org.eclipse.etrice.core.room.impl.StateGraphNodeImpl
              extended by org.eclipse.etrice.core.room.impl.TrPointImpl
                  extended by org.eclipse.etrice.core.room.impl.ExitPointImpl
All Implemented Interfaces:
ExitPoint, StateGraphItem, StateGraphNode, TrPoint

public class ExitPointImpl
extends TrPointImpl
implements ExitPoint

An implementation of the model object 'Exit Point'.

EMF generated code

Field Summary
 
Fields inherited from class org.eclipse.etrice.core.room.impl.TrPointImpl
name, NAME_EDEFAULT
 
Constructor Summary
protected ExitPointImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.TrPointImpl
eGet, eIsSet, eSet, eUnset, getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.etrice.core.room.TrPoint
getName, setName
 

Constructor Detail

ExitPointImpl

protected ExitPointImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class TrPointImpl
EMF generated code