You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, the Kubernetes deployment technology from a ContainerTech technology model is used to determine the deployment technology of the container and the ArtifactId aspect from a BuildManagement technology model is used to determine the artifact ID of the deployed microservice. The approach of allowing more than one technology on an operation node thus increases the expressivity of the Operation Modeling Language and the decomposition of technology models.
However, the ATL specification of the intermediate model transformation and the intermediate operation metamodel don't yet consider multiple technology applications on an operation node. Instead, intermediate operation models always exhibit only one of the applied technologies of an operation node, i.e., either the deployment technology (containers) or the infrastructure technology (infrastructure nodes). Consequently, intermediate operation models lack the information of other technology applications which makes it impossible to recognize them during model processing.
The Operation Modeling Languages supports the assignment of more than one technology to an operation node, e.g.,
In this example, the
Kubernetes
deployment technology from aContainerTech
technology model is used to determine the deployment technology of the container and theArtifactId
aspect from aBuildManagement
technology model is used to determine the artifact ID of the deployed microservice. The approach of allowing more than one technology on an operation node thus increases the expressivity of the Operation Modeling Language and the decomposition of technology models.However, the ATL specification of the intermediate model transformation and the intermediate operation metamodel don't yet consider multiple technology applications on an operation node. Instead, intermediate operation models always exhibit only one of the applied technologies of an operation node, i.e., either the deployment technology (containers) or the infrastructure technology (infrastructure nodes). Consequently, intermediate operation models lack the information of other technology applications which makes it impossible to recognize them during model processing.
Similarly to intermediate service models, intermediate operation models should thus receive a
technologies
association for theirIntermediateOperationNode
concept which should then be established in intermediate models by the corresponding ATL specification.The text was updated successfully, but these errors were encountered: