public class ComponentWorldImpl extends ContainerImpl implements ComponentWorld
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Configuration> |
configurations
The cached value of the '
Configurations' containment reference list. |
protected Selector |
defaultArchiveSelector
The cached value of the '
Default Archive Selector' reference. |
protected CustomizationPipeline |
defaultCustomizationPipeline
The cached value of the '
Default Customization Pipeline' reference. |
protected World |
infrastructure
The cached value of the '
Infrastructure' reference. |
protected org.eclipse.emf.common.util.EList<Level> |
levels
The cached value of the '
Levels' containment reference list. |
protected org.eclipse.emf.common.util.EList<Service> |
services
The cached value of the '
Services' containment reference list. |
itemInterceptors, propertiesEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
ComponentWorldImpl() |
| Modifier and Type | Method and Description |
|---|---|
Selector |
basicGetDefaultArchiveSelector() |
CustomizationPipeline |
basicGetDefaultCustomizationPipeline() |
World |
basicGetInfrastructure() |
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) |
org.eclipse.emf.common.util.EList<Configuration> |
getConfigurations() |
Selector |
getDefaultArchiveSelector() |
CustomizationPipeline |
getDefaultCustomizationPipeline() |
World |
getInfrastructure() |
org.eclipse.emf.common.util.EList<Level> |
getLevels() |
org.eclipse.emf.common.util.EList<Service> |
getServices() |
void |
setDefaultArchiveSelector(Selector newDefaultArchiveSelector) |
void |
setDefaultCustomizationPipeline(CustomizationPipeline newDefaultCustomizationPipeline) |
void |
setInfrastructure(World newInfrastructure) |
getItemInterceptors, getPropertieseBasicSetContainer, eInternalContainerdynamicGet, 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, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, 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, 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, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetItemInterceptors, getPropertieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.common.util.EList<Level> levels
Levels' containment reference list.
getLevels()protected org.eclipse.emf.common.util.EList<Configuration> configurations
Configurations' containment reference list.
getConfigurations()protected org.eclipse.emf.common.util.EList<Service> services
Services' containment reference list.
getServices()protected World infrastructure
Infrastructure' reference.
getInfrastructure()protected CustomizationPipeline defaultCustomizationPipeline
Default Customization Pipeline' reference.
getDefaultCustomizationPipeline()protected Selector defaultArchiveSelector
Default Archive Selector' reference.
getDefaultArchiveSelector()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class ContainerImplpublic org.eclipse.emf.common.util.EList<Level> getLevels()
getLevels in interface ComponentWorldComponentPackage.getComponentWorld_Levels()public org.eclipse.emf.common.util.EList<Configuration> getConfigurations()
getConfigurations in interface ComponentWorldComponentPackage.getComponentWorld_Configurations()public org.eclipse.emf.common.util.EList<Service> getServices()
getServices in interface ComponentWorldComponentPackage.getComponentWorld_Services()public World getInfrastructure()
getInfrastructure in interface ComponentWorldComponentWorld.setInfrastructure(World),
ComponentPackage.getComponentWorld_Infrastructure()public World basicGetInfrastructure()
public void setInfrastructure(World newInfrastructure)
setInfrastructure in interface ComponentWorldnewInfrastructure - the new value of the 'Infrastructure' reference.ComponentWorld.getInfrastructure()public CustomizationPipeline getDefaultCustomizationPipeline()
getDefaultCustomizationPipeline in interface ComponentWorldComponentWorld.setDefaultCustomizationPipeline(CustomizationPipeline),
ComponentPackage.getComponentWorld_DefaultCustomizationPipeline()public CustomizationPipeline basicGetDefaultCustomizationPipeline()
public void setDefaultCustomizationPipeline(CustomizationPipeline newDefaultCustomizationPipeline)
setDefaultCustomizationPipeline in interface ComponentWorldnewDefaultCustomizationPipeline - the new value of the 'Default Customization Pipeline' reference.ComponentWorld.getDefaultCustomizationPipeline()public Selector getDefaultArchiveSelector()
getDefaultArchiveSelector in interface ComponentWorldComponentWorld.setDefaultArchiveSelector(Selector),
ComponentPackage.getComponentWorld_DefaultArchiveSelector()public Selector basicGetDefaultArchiveSelector()
public void setDefaultArchiveSelector(Selector newDefaultArchiveSelector)
setDefaultArchiveSelector in interface ComponentWorldnewDefaultArchiveSelector - the new value of the 'Default Archive Selector' reference.ComponentWorld.getDefaultArchiveSelector()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 ContainerImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class ContainerImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class ContainerImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class ContainerImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class ContainerImpl