Interface AbstractPlatformElement
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DataManager,DeployedComponent,DeployedResource,DeployedSoftwareSystem,ExecutionResource,ExternalActor,FileResource,LockResource,Machine,MarshalledResource,MessagingResource,NamingResource,PlatformAction,PlatformElement,PlatformEvent,Process,ResourceType,RuntimeResource,StreamResource,Thread
- All Known Implementing Classes:
DataManagerImpl,DeployedComponentImpl,DeployedResourceImpl,DeployedSoftwareSystemImpl,ExecutionResourceImpl,ExternalActorImpl,FileResourceImpl,LockResourceImpl,MachineImpl,MarshalledResourceImpl,MessagingResourceImpl,NamingResourceImpl,PlatformActionImpl,PlatformElementImpl,PlatformEventImpl,ProcessImpl,ResourceTypeImpl,RuntimeResourceImpl,StreamResourceImpl,ThreadImpl
public interface AbstractPlatformElement extends KDMEntity
A representation of the model object 'Abstract Platform Element'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>getAbstraction()Returns the value of the 'Abstraction' containment reference list.org.eclipse.emf.common.util.EList<AbstractCodeElement>getImplementation()Returns the value of the 'Implementation' reference list.org.eclipse.emf.common.util.EList<AbstractPlatformRelationship>getRelation()Returns the value of the 'Relation' containment reference list.org.eclipse.emf.common.util.EList<SourceRef>getSource()Returns the value of the 'Source' 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
-
getSource
org.eclipse.emf.common.util.EList<SourceRef> getSource()Returns the value of the 'Source' containment reference list. The list contents are of typeSourceRef.- Returns:
- the value of the 'Source' containment reference list.
- See Also:
PlatformPackage.getAbstractPlatformElement_Source()
-
getRelation
org.eclipse.emf.common.util.EList<AbstractPlatformRelationship> getRelation()Returns the value of the 'Relation' containment reference list. The list contents are of typeAbstractPlatformRelationship.- Returns:
- the value of the 'Relation' containment reference list.
- See Also:
PlatformPackage.getAbstractPlatformElement_Relation()
-
getAbstraction
org.eclipse.emf.common.util.EList<ActionElement> getAbstraction()Returns the value of the 'Abstraction' containment reference list. The list contents are of typeActionElement.- Returns:
- the value of the 'Abstraction' containment reference list.
- See Also:
PlatformPackage.getAbstractPlatformElement_Abstraction()
-
getImplementation
org.eclipse.emf.common.util.EList<AbstractCodeElement> getImplementation()Returns the value of the 'Implementation' reference list. The list contents are of typeAbstractCodeElement.- Returns:
- the value of the 'Implementation' reference list.
- See Also:
PlatformPackage.getAbstractPlatformElement_Implementation()
-