Interface AbstractStructureElement
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ArchitectureView,Component,Layer,SoftwareSystem,StructureElement,Subsystem
- All Known Implementing Classes:
ArchitectureViewImpl,ComponentImpl,LayerImpl,SoftwareSystemImpl,StructureElementImpl,SubsystemImpl
public interface AbstractStructureElement extends KDMEntity
A representation of the model object 'Abstract Structure Element'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AggregatedRelationship>getAggregated()Returns the value of the 'Aggregated' containment reference list.org.eclipse.emf.common.util.EList<KDMEntity>getImplementation()Returns the value of the 'Implementation' reference list.org.eclipse.emf.common.util.EList<AbstractStructureElement>getStructureElement()Returns the value of the 'Structure Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractStructureRelationship>getStructureRelationship()Returns the value of the 'Structure Relationship' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNameMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAggregated
org.eclipse.emf.common.util.EList<AggregatedRelationship> getAggregated()Returns the value of the 'Aggregated' containment reference list. The list contents are of typeAggregatedRelationship.- Returns:
- the value of the 'Aggregated' containment reference list.
- See Also:
StructurePackage.getAbstractStructureElement_Aggregated()
-
getImplementation
org.eclipse.emf.common.util.EList<KDMEntity> getImplementation()Returns the value of the 'Implementation' reference list. The list contents are of typeKDMEntity.- Returns:
- the value of the 'Implementation' reference list.
- See Also:
StructurePackage.getAbstractStructureElement_Implementation()
-
getStructureElement
org.eclipse.emf.common.util.EList<AbstractStructureElement> getStructureElement()Returns the value of the 'Structure Element' containment reference list. The list contents are of typeAbstractStructureElement.- Returns:
- the value of the 'Structure Element' containment reference list.
- See Also:
StructurePackage.getAbstractStructureElement_StructureElement()
-
getStructureRelationship
org.eclipse.emf.common.util.EList<AbstractStructureRelationship> getStructureRelationship()Returns the value of the 'Structure Relationship' containment reference list. The list contents are of typeAbstractStructureRelationship.- Returns:
- the value of the 'Structure Relationship' containment reference list.
- See Also:
StructurePackage.getAbstractStructureElement_StructureRelationship()
-