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

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

public class ChoicepointTerminalImpl
extends TransitionTerminalImpl
implements ChoicepointTerminal

An implementation of the model object 'Choicepoint Terminal'.

The following features are implemented:

EMF generated code

Field Summary
protected  ChoicePoint cp
          The cached value of the 'Cp' reference.
 
Constructor Summary
protected ChoicepointTerminalImpl()
           
 
Method Summary
 ChoicePoint basicGetCp()
           
 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)
           
 ChoicePoint getCp()
           
 void setCp(ChoicePoint newCp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cp

protected ChoicePoint cp
The cached value of the 'Cp' reference.

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

ChoicepointTerminalImpl

protected ChoicepointTerminalImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class TransitionTerminalImpl
EMF generated code

getCp

public ChoicePoint getCp()

Specified by:
getCp in interface ChoicepointTerminal
Returns:
the value of the 'Cp' reference.
See Also:
ChoicepointTerminal.setCp(ChoicePoint), RoomPackage.getChoicepointTerminal_Cp()
EMF generated code

basicGetCp

public ChoicePoint basicGetCp()

EMF generated code

setCp

public void setCp(ChoicePoint newCp)

Specified by:
setCp in interface ChoicepointTerminal
Parameters:
newCp - the new value of the 'Cp' reference.
See Also:
ChoicepointTerminal.getCp()
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