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

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.StateImpl
                  extended by org.eclipse.etrice.core.room.impl.RefinedStateImpl
All Implemented Interfaces:
RefinedState, State, StateGraphItem, StateGraphNode

public class RefinedStateImpl
extends StateImpl
implements RefinedState

An implementation of the model object 'Refined State'.

The following features are implemented:

EMF generated code

Field Summary
protected  BaseState base
          The cached value of the 'Base' reference.
 
Fields inherited from class org.eclipse.etrice.core.room.impl.StateImpl
doCode, docu, entryCode, exitCode, subgraph
 
Constructor Summary
protected RefinedStateImpl()
           
 
Method Summary
 BaseState basicGetBase()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 BaseState getBase()
           
 void setBase(BaseState newBase)
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.StateImpl
basicSetDoCode, basicSetDocu, basicSetEntryCode, basicSetExitCode, basicSetSubgraph, eInverseRemove, getDoCode, getDocu, getEntryCode, getExitCode, getName, getSubgraph, setDoCode, setDocu, setEntryCode, setExitCode, setSubgraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.etrice.core.room.State
getDoCode, getDocu, getEntryCode, getExitCode, getName, getSubgraph, setDoCode, setDocu, setEntryCode, setExitCode, setSubgraph
 

Field Detail

base

protected BaseState base
The cached value of the 'Base' reference.

See Also:
getBase()
EMF generated code
EMF ordered
Constructor Detail

RefinedStateImpl

protected RefinedStateImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class StateImpl
EMF generated code

getBase

public BaseState getBase()

Specified by:
getBase in interface RefinedState
Returns:
the value of the 'Base' reference.
See Also:
RefinedState.setBase(BaseState), RoomPackage.getRefinedState_Base()
EMF generated code

basicGetBase

public BaseState basicGetBase()

EMF generated code

setBase

public void setBase(BaseState newBase)

Specified by:
setBase in interface RefinedState
Parameters:
newBase - the new value of the 'Base' reference.
See Also:
RefinedState.getBase()
EMF generated code

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class StateImpl
EMF generated code

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class StateImpl
EMF generated code

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class StateImpl
EMF generated code

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class StateImpl
EMF generated code