public interface ComponentWorld extends Container
The following features are supported:
ComponentPackage.getComponentWorld()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Configuration> |
getConfigurations()
Returns the value of the 'Configurations' containment reference list.
|
Selector |
getDefaultArchiveSelector()
Returns the value of the 'Default Archive Selector' reference.
|
CustomizationPipeline |
getDefaultCustomizationPipeline()
Returns the value of the 'Default Customization Pipeline' reference.
|
World |
getInfrastructure()
Returns the value of the 'Infrastructure' reference.
|
org.eclipse.emf.common.util.EList<Level> |
getLevels()
Returns the value of the 'Levels' containment reference list.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' containment reference list.
|
void |
setDefaultArchiveSelector(Selector value)
Sets the value of the '
Default Archive Selector ' reference. |
void |
setDefaultCustomizationPipeline(CustomizationPipeline value)
Sets the value of the '
Default Customization Pipeline ' reference. |
void |
setInfrastructure(World value)
Sets the value of the '
Infrastructure ' reference. |
getItemInterceptors, getProperties
org.eclipse.emf.common.util.EList<Level> getLevels()
Level
.
If the meaning of the 'Levels' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getComponentWorld_Levels()
org.eclipse.emf.common.util.EList<Configuration> getConfigurations()
Configuration
.
If the meaning of the 'Configurations' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getComponentWorld_Configurations()
org.eclipse.emf.common.util.EList<Service> getServices()
Service
.
If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getComponentWorld_Services()
World getInfrastructure()
If the meaning of the 'Infrastructure' reference isn't clear, there really should be more of a description here...
setInfrastructure(World)
,
ComponentPackage.getComponentWorld_Infrastructure()
void setInfrastructure(World value)
Infrastructure
' reference.
value
- the new value of the 'Infrastructure' reference.getInfrastructure()
CustomizationPipeline getDefaultCustomizationPipeline()
If the meaning of the 'Default Customization Pipeline' reference isn't clear, there really should be more of a description here...
setDefaultCustomizationPipeline(CustomizationPipeline)
,
ComponentPackage.getComponentWorld_DefaultCustomizationPipeline()
void setDefaultCustomizationPipeline(CustomizationPipeline value)
Default Customization Pipeline
' reference.
value
- the new value of the 'Default Customization Pipeline' reference.getDefaultCustomizationPipeline()
Selector getDefaultArchiveSelector()
If the meaning of the 'Default Archive Selector' reference isn't clear, there really should be more of a description here...
setDefaultArchiveSelector(Selector)
,
ComponentPackage.getComponentWorld_DefaultArchiveSelector()
void setDefaultArchiveSelector(Selector value)
Default Archive Selector
' reference.
value
- the new value of the 'Default Archive Selector' reference.getDefaultArchiveSelector()