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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.TransitionTerminalImpl
          extended by org.eclipse.etrice.core.room.impl.StateTerminalImpl
All Implemented Interfaces:
StateTerminal, TransitionTerminal

public class StateTerminalImpl
extends TransitionTerminalImpl
implements StateTerminal

An implementation of the model object 'State Terminal'.

The following features are implemented:

EMF generated code

Field Summary
protected  BaseState state
          The cached value of the 'State' reference.
 
Constructor Summary
protected StateTerminalImpl()
           
 
Method Summary
 BaseState basicGetState()
           
 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 getState()
           
 void setState(BaseState newState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

protected BaseState state
The cached value of the 'State' reference.

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

StateTerminalImpl

protected StateTerminalImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class TransitionTerminalImpl
EMF generated code

getState

public BaseState getState()

Specified by:
getState in interface StateTerminal
Returns:
the value of the 'State' reference.
See Also:
StateTerminal.setState(BaseState), RoomPackage.getStateTerminal_State()
EMF generated code

basicGetState

public BaseState basicGetState()

EMF generated code

setState

public void setState(BaseState newState)

Specified by:
setState in interface StateTerminal
Parameters:
newState - the new value of the 'State' reference.
See Also:
StateTerminal.getState()
EMF generated code

eGet

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

EMF generated code

eSet

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

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code