org.eclipse.etrice.core.room.impl
Class LogicalSystemImpl
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.LogicalSystemImpl
- All Implemented Interfaces:
- LogicalSystem, RoomClass, StructureClass
public class LogicalSystemImpl
- extends StructureClassImpl
- implements LogicalSystem
An implementation of the model object 'Logical System'.
The following features are implemented:
- EMF generated code
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)
|
|
getSubSystems()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
subSystems
protected subSystems
- The cached value of the '
Sub Systems
' containment reference list.
- See Also:
getSubSystems()
- EMF generated code
- EMF ordered
LogicalSystemImpl
protected LogicalSystemImpl()
-
- EMF generated code
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class StructureClassImpl
- EMF generated code
getSubSystems
public getSubSystems()
-
- Specified by:
getSubSystems
in interface LogicalSystem
- Returns:
- the value of the 'Sub Systems' containment reference list.
- See Also:
RoomPackage.getLogicalSystem_SubSystems()
- EMF generated code
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class StructureClassImpl
- EMF generated code
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet
in class StructureClassImpl
- EMF generated code
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Overrides:
eSet
in class StructureClassImpl
- EMF generated code
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset
in class StructureClassImpl
- EMF generated code
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet
in class StructureClassImpl
- EMF generated code