org.eclipse.etrice.core.room.impl
Class SubSystemClassImpl
java.lang.Object
MinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.RoomClassImpl
org.eclipse.etrice.core.room.impl.StructureClassImpl
org.eclipse.etrice.core.room.impl.ActorContainerClassImpl
org.eclipse.etrice.core.room.impl.SubSystemClassImpl
- All Implemented Interfaces:
- ActorContainerClass, RoomClass, StructureClass, SubSystemClass
public class SubSystemClassImpl
- extends ActorContainerClassImpl
- implements SubSystemClass
An implementation of the model object 'Sub System Class'.
The following features are implemented:
- EMF generated code
|
Field Summary |
protected |
relayPorts
The cached value of the 'Relay Ports' containment reference list. |
protected |
threads
The cached value of the 'Threads' containment reference list. |
|
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)
|
|
getRelayPorts()
|
|
getThreads()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
relayPorts
protected relayPorts
- The cached value of the '
Relay Ports' containment reference list.
- See Also:
getRelayPorts()- EMF generated code
- EMF ordered
threads
protected threads
- The cached value of the '
Threads' containment reference list.
- See Also:
getThreads()- EMF generated code
- EMF ordered
SubSystemClassImpl
protected SubSystemClassImpl()
-
- EMF generated code
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass in class ActorContainerClassImpl
- EMF generated code
getRelayPorts
public getRelayPorts()
-
- Specified by:
getRelayPorts in interface SubSystemClass
- Returns:
- the value of the 'Relay Ports' containment reference list.
- See Also:
RoomPackage.getSubSystemClass_RelayPorts()- EMF generated code
getThreads
public getThreads()
-
- Specified by:
getThreads in interface SubSystemClass
- Returns:
- the value of the 'Threads' containment reference list.
- See Also:
RoomPackage.getSubSystemClass_Threads()- EMF generated code
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove in class ActorContainerClassImpl
- EMF generated code
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet in class ActorContainerClassImpl
- EMF generated code
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Overrides:
eSet in class ActorContainerClassImpl
- EMF generated code
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset in class ActorContainerClassImpl
- EMF generated code
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet in class ActorContainerClassImpl
- EMF generated code