Skip to content

Metamodel deployment

Philippe DUL edited this page Mar 1, 2023 · 6 revisions

deployment

PhysicalArchitecture aims at defining the system's software, middleware and hardware architecture modelling language (close to the OMG's Platform Independent Model (PIM) in addition to OMG's Platform Model (PM)) using notions close to OMG's MARTE Resource concept. It adds the Deployment concern. This concern aggregates a lot of concepts regarding the others. A re-engineering of this concern should make sense.

PartDeploymentLink

link between a part and its deployment element

Common Types: ModelElement, CapellaElement, TraceableElement, PublishableElement

Inherited fields (from AbstractDeploymentLink, Relationship, AbstractRelationship)

Reference Type Range Description
deployedElement DeployableElement 1..1
location DeploymentTarget 1..1
realizedFlow AbstractInformationFlow 0..1

TypeDeploymentLink

deployment link between a data type and the model element that deploys it

Common Types: ModelElement, CapellaElement, TraceableElement, PublishableElement

Inherited fields (from AbstractDeploymentLink, Relationship, AbstractRelationship)

Reference Type Range Description
deployedElement DeployableElement 1..1
location DeploymentTarget 1..1
realizedFlow AbstractInformationFlow 0..1

Clone this wiki locally