public class ComponentWorldImpl extends ContainerImpl implements ComponentWorld
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
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
EVIRTUAL_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
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, 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, toString
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getItemInterceptors
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected 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 ContainerImpl
public org.eclipse.emf.common.util.EList<Level> getLevels()
getLevels
in interface ComponentWorld
ComponentPackage.getComponentWorld_Levels()
public org.eclipse.emf.common.util.EList<Configuration> getConfigurations()
getConfigurations
in interface ComponentWorld
ComponentPackage.getComponentWorld_Configurations()
public org.eclipse.emf.common.util.EList<Service> getServices()
getServices
in interface ComponentWorld
ComponentPackage.getComponentWorld_Services()
public World getInfrastructure()
getInfrastructure
in interface ComponentWorld
ComponentWorld.setInfrastructure(World)
,
ComponentPackage.getComponentWorld_Infrastructure()
public World basicGetInfrastructure()
public void setInfrastructure(World newInfrastructure)
setInfrastructure
in interface ComponentWorld
newInfrastructure
- the new value of the 'Infrastructure' reference.ComponentWorld.getInfrastructure()
public CustomizationPipeline getDefaultCustomizationPipeline()
getDefaultCustomizationPipeline
in interface ComponentWorld
ComponentWorld.setDefaultCustomizationPipeline(CustomizationPipeline)
,
ComponentPackage.getComponentWorld_DefaultCustomizationPipeline()
public CustomizationPipeline basicGetDefaultCustomizationPipeline()
public void setDefaultCustomizationPipeline(CustomizationPipeline newDefaultCustomizationPipeline)
setDefaultCustomizationPipeline
in interface ComponentWorld
newDefaultCustomizationPipeline
- the new value of the 'Default Customization Pipeline' reference.ComponentWorld.getDefaultCustomizationPipeline()
public Selector getDefaultArchiveSelector()
getDefaultArchiveSelector
in interface ComponentWorld
ComponentWorld.setDefaultArchiveSelector(Selector)
,
ComponentPackage.getComponentWorld_DefaultArchiveSelector()
public Selector basicGetDefaultArchiveSelector()
public void setDefaultArchiveSelector(Selector newDefaultArchiveSelector)
setDefaultArchiveSelector
in interface ComponentWorld
newDefaultArchiveSelector
- 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 ContainerImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class ContainerImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class ContainerImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class ContainerImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class ContainerImpl