public class ControlUnitImpl extends ComponentImpl implements ControlUnit
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Modifier and Type | Field and Description |
---|---|
protected Dimension |
dimension
The cached value of the '
Dimension ' containment reference. |
protected Display |
display
The cached value of the '
Display ' containment reference. |
protected Processor |
processor
The cached value of the '
Processor ' containment reference. |
protected org.eclipse.emf.common.util.EList<RAM> |
ram
The cached value of the '
Ram ' containment reference list. |
protected static String |
USER_DESCRIPTION_EDEFAULT
The default value of the '
User Description ' attribute. |
protected String |
userDescription
The cached value of the '
User Description ' attribute. |
activities, children
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
ControlUnitImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetDimension(Dimension newDimension,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetDisplay(Display newDisplay,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetProcessor(Processor newProcessor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Dimension |
getDimension() |
Display |
getDisplay() |
Processor |
getProcessor() |
org.eclipse.emf.common.util.EList<RAM> |
getRam() |
String |
getUserDescription() |
void |
setDimension(Dimension newDimension) |
void |
setDisplay(Display newDisplay) |
void |
setProcessor(Processor newProcessor) |
void |
setUserDescription(String newUserDescription) |
String |
toString() |
basicSetParent, eBasicRemoveFromContainerFeature, eInverseAdd, getActivities, getChildren, getParent, setParent
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActivities, getChildren, getParent, setParent
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected Processor processor
Processor
' containment reference.
getProcessor()
protected Dimension dimension
Dimension
' containment reference.
getDimension()
protected org.eclipse.emf.common.util.EList<RAM> ram
Ram
' containment reference list.
getRam()
protected Display display
Display
' containment reference.
getDisplay()
protected static final String USER_DESCRIPTION_EDEFAULT
User Description
' attribute.
getUserDescription()
protected String userDescription
User Description
' attribute.
getUserDescription()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ComponentImpl
public Processor getProcessor()
getProcessor
in interface ControlUnit
ControlUnit.setProcessor(Processor)
,
CoffeePackage.getControlUnit_Processor()
public org.eclipse.emf.common.notify.NotificationChain basicSetProcessor(Processor newProcessor, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setProcessor(Processor newProcessor)
setProcessor
in interface ControlUnit
newProcessor
- the new value of the 'Processor' containment reference.ControlUnit.getProcessor()
public Dimension getDimension()
getDimension
in interface ControlUnit
ControlUnit.setDimension(Dimension)
,
CoffeePackage.getControlUnit_Dimension()
public org.eclipse.emf.common.notify.NotificationChain basicSetDimension(Dimension newDimension, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDimension(Dimension newDimension)
setDimension
in interface ControlUnit
newDimension
- the new value of the 'Dimension' containment reference.ControlUnit.getDimension()
public org.eclipse.emf.common.util.EList<RAM> getRam()
getRam
in interface ControlUnit
CoffeePackage.getControlUnit_Ram()
public Display getDisplay()
getDisplay
in interface ControlUnit
ControlUnit.setDisplay(Display)
,
CoffeePackage.getControlUnit_Display()
public org.eclipse.emf.common.notify.NotificationChain basicSetDisplay(Display newDisplay, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDisplay(Display newDisplay)
setDisplay
in interface ControlUnit
newDisplay
- the new value of the 'Display' containment reference.ControlUnit.getDisplay()
public String getUserDescription()
getUserDescription
in interface ControlUnit
ControlUnit.setUserDescription(String)
,
CoffeePackage.getControlUnit_UserDescription()
public void setUserDescription(String newUserDescription)
setUserDescription
in interface ControlUnit
newUserDescription
- the new value of the 'User Description' attribute.ControlUnit.getUserDescription()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class ComponentImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class ComponentImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class ComponentImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class ComponentImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class ComponentImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Copyright © 2019. All rights reserved.