org.eclipse.gmt.modisco.omg.kdm.structure
Interface AbstractStructureElement

All Superinterfaces:
Element, KDMEntity, ModelElement
All Known Subinterfaces:
ArchitectureView, Component, Layer, SoftwareSystem, StructureElement, Subsystem

public interface AbstractStructureElement
extends KDMEntity

A representation of the model object 'Abstract Structure Element'.

The following features are supported:

See Also:
StructurePackage.getAbstractStructureElement()
Generated:
Model:
interface="true" abstract="true"

Method Summary
  getAggregated()
          Returns the value of the 'Aggregated' containment reference list.
  getImplementation()
          Returns the value of the 'Implementation' reference list.
  getStructureElement()
          Returns the value of the 'Structure Element' containment reference list.
  getStructureRelationship()
          Returns the value of the 'Structure Relationship' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getAggregated

 getAggregated()
Returns the value of the 'Aggregated' containment reference list. The list contents are of type AggregatedRelationship.

If the meaning of the 'Aggregated' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Aggregated' containment reference list.
See Also:
StructurePackage.getAbstractStructureElement_Aggregated()
Generated:
Model:
containment="true" ordered="false"

getImplementation

 getImplementation()
Returns the value of the 'Implementation' reference list. The list contents are of type KDMEntity.

If the meaning of the 'Implementation' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation' reference list.
See Also:
StructurePackage.getAbstractStructureElement_Implementation()
Generated:
Model:
ordered="false"

getStructureElement

 getStructureElement()
Returns the value of the 'Structure Element' containment reference list. The list contents are of type AbstractStructureElement.

If the meaning of the 'Structure Element' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Structure Element' containment reference list.
See Also:
StructurePackage.getAbstractStructureElement_StructureElement()
Generated:
Model:
containment="true" ordered="false"

getStructureRelationship

 getStructureRelationship()
Returns the value of the 'Structure Relationship' containment reference list. The list contents are of type AbstractStructureRelationship.

If the meaning of the 'Structure Relationship' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Structure Relationship' containment reference list.
See Also:
StructurePackage.getAbstractStructureElement_StructureRelationship()
Generated:
Model:
containment="true" ordered="false"