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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.ActorInstancePathImpl
All Implemented Interfaces:
ActorInstancePath

public class ActorInstancePathImpl
extends MinimalEObjectImpl.Container
implements ActorInstancePath

An implementation of the model object 'Actor Instance Path'.

The following features are implemented:

EMF generated code

Field Summary
protected   segments
          The cached value of the 'Segments' attribute list.
 
Constructor Summary
protected ActorInstancePathImpl()
           
 
Method Summary
 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)
           
  getSegments()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

segments

protected  segments
The cached value of the 'Segments' attribute list.

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

ActorInstancePathImpl

protected ActorInstancePathImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getSegments

public  getSegments()

Specified by:
getSegments in interface ActorInstancePath
Returns:
the value of the 'Segments' attribute list.
See Also:
RoomPackage.getActorInstancePath_Segments()
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

toString

public java.lang.String toString()

EMF generated code