public interface Structure extends Identifier
The following features are supported:
StructureRepositoryPackage.getStructure()
Modifier and Type | Method and Description |
---|---|
EList<Component> |
getComponents()
Returns the value of the 'Components' containment reference list.
|
EList<Module> |
getModules()
Returns the value of the 'Modules' containment reference list.
|
Plant |
getParentPlant()
Returns the value of the 'Parent Plant' container reference.
|
void |
setParentPlant(Plant value)
Sets the value of the '
Parent Plant ' container reference. |
getId, setId
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Plant getParentPlant()
Structures
'.
If the meaning of the 'Parent Plant' container reference isn't clear, there really should be more of a description here...
setParentPlant(Plant)
,
StructureRepositoryPackage.getStructure_ParentPlant()
,
Plant.getStructures()
void setParentPlant(Plant value)
Parent Plant
' container reference.
value
- the new value of the 'Parent Plant' container reference.getParentPlant()
EList<Module> getModules()
Module
.
It is bidirectional and its opposite is 'Parent Structure
'.
If the meaning of the 'Modules' containment reference list isn't clear, there really should be more of a description here...
StructureRepositoryPackage.getStructure_Modules()
,
Module.getParentStructure()
EList<Component> getComponents()
Component
.
If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
StructureRepositoryPackage.getStructure_Components()