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

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

public class LogicalThreadImpl
extends MinimalEObjectImpl.Container
implements LogicalThread

An implementation of the model object 'Logical Thread'.

The following features are implemented:

EMF generated code

Field Summary
protected   instances
          The cached value of the 'Instances' containment reference list.
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
protected  int prio
          The cached value of the 'Prio' attribute.
protected static int PRIO_EDEFAULT
          The default value of the 'Prio' attribute.
 
Constructor Summary
protected LogicalThreadImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getInstances()
           
 java.lang.String getName()
           
 int getPrio()
           
 void setName(java.lang.String newName)
           
 void setPrio(int newPrio)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

name

protected java.lang.String name
The cached value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

PRIO_EDEFAULT

protected static final int PRIO_EDEFAULT
The default value of the 'Prio' attribute.

See Also:
getPrio(), Constant Field Values
EMF generated code
EMF ordered

prio

protected int prio
The cached value of the 'Prio' attribute.

See Also:
getPrio()
EMF generated code
EMF ordered

instances

protected  instances
The cached value of the 'Instances' containment reference list.

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

LogicalThreadImpl

protected LogicalThreadImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getName

public java.lang.String getName()

Specified by:
getName in interface LogicalThread
Returns:
the value of the 'Name' attribute.
See Also:
LogicalThread.setName(String), RoomPackage.getLogicalThread_Name()
EMF generated code

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface LogicalThread
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
LogicalThread.getName()
EMF generated code

getPrio

public int getPrio()

Specified by:
getPrio in interface LogicalThread
Returns:
the value of the 'Prio' attribute.
See Also:
LogicalThread.setPrio(int), RoomPackage.getLogicalThread_Prio()
EMF generated code

setPrio

public void setPrio(int newPrio)

Specified by:
setPrio in interface LogicalThread
Parameters:
newPrio - the new value of the 'Prio' attribute.
See Also:
LogicalThread.getPrio()
EMF generated code

getInstances

public  getInstances()

Specified by:
getInstances in interface LogicalThread
Returns:
the value of the 'Instances' containment reference list.
See Also:
RoomPackage.getLogicalThread_Instances()
EMF generated code

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

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