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  State target
          The cached value of the 'Target' reference.
 
Fields inherited from class org.eclipse.etrice.core.room.impl.StateImpl
doCode, docu, entryCode, exitCode, subgraph
 
Constructor Summary
protected RefinedStateImpl()
           
 
Method Summary
 State basicGetTarget()
           
 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)
           
 State getTarget()
           
 void setTarget(State newTarget)
           
 
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

target

protected State target
The cached value of the 'Target' reference.

See Also:
getTarget()
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

getTarget

public State getTarget()

Specified by:
getTarget in interface RefinedState
Returns:
the value of the 'Target' reference.
See Also:
RefinedState.setTarget(State), RoomPackage.getRefinedState_Target()
EMF generated code

basicGetTarget

public State basicGetTarget()

EMF generated code

setTarget

public void setTarget(State newTarget)

Specified by:
setTarget in interface RefinedState
Parameters:
newTarget - the new value of the 'Target' reference.
See Also:
RefinedState.getTarget()
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