Changes for page Transformation Mapping (KTM)
Last modified by Richard Kreissig on 2023/09/14 11:14
<
>
edited by Alexander Schulz-Rosengarten
on 2013/12/18 16:12
on 2013/12/18 16:12
edited by Alexander Schulz-Rosengarten
on 2013/12/18 16:30
on 2013/12/18 16:30
Change comment:
added content
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,16 +2,12 @@ 2 2 3 3 4 4 5 +=== Topics === 5 5 6 6 8 + 7 7 {{toc maxLevel="2" minLevel="2"/}} 8 8 9 ----- 10 - 11 -== Overview == 12 - 13 - 14 - 15 15 This subproject provides a tracing mechanism for arbitary model-elements across multiple model transformations, based on EMF. 16 16 17 17 The main propose of KTM is to allow information transfer between abstract models and their resultant transformed models. ... ... @@ -26,88 +26,49 @@ 26 26 27 27 It is based on an EMF-Metamodel. 28 28 29 - 25 +[[image:attach:als-ktmt-metamodel.png]] 30 30 31 -<metamodel> 32 - 33 - 34 - 35 35 The structure of the model can be separated into two parts. 36 36 37 -First part is a tree of transformations. 29 +**First part** (upper half) is a tree of transformations. Each Model-Class is a representation of a concrete model which is transformed. So models are nodes and ModelTransformations are edges. Thus the Model representing the root-model of a tree is also the root of a concrete TransformationTree-Model. 38 38 39 - Each Model-Classis a representationofaconcretemodel whichis transformed.So models arenodes andModelTransformations are edges.31 +**Second part** (lower half) is object mapping. Concrete models contain EObjects as their elements, which are represented by Element-Class in TransformationTree metamodel. The Elements of two models are connected with ElementTransformations-Class to model their origination relationship in corresponding model transformation. 40 40 41 -Thus the Model representing the root-model of a tree is also the root of a concrete TransformationTree-Model. 42 - 43 -Second part is object mapping. 44 - 45 -Concrete models contain EObjects as their elements, which are representend by Element-Class in TransformationTree metamodel. 46 - 47 -The Elements of two models are connected with ElementTransformations-Class to model their 48 - 49 -origination relationship in corresponding model transformation. 50 - 51 51 52 52 53 53 An abstract example of an instance of this model: 54 54 55 - 37 +[[image:attach:abstract_example_tree.png]] 56 56 57 -<exmaple_tree> 58 - 59 59 ---- 60 60 61 61 == Extensions == 62 62 63 - 64 - 65 65 Two classes are provided by this project to extend functionality of the core model. 66 66 67 - 45 +=== TransformationMapping ([[JavaDoc>>attach:TransformationMapping.html]]) === 68 68 69 -TransformationMapping (JavaDoc) 70 - 71 - 72 - 73 73 The main propose of this class is generation of a Object mapping during transformation process. 74 74 75 -Therefor it provides different functions for incremental registering of single parent child relations beween EObjects. 49 +Therefor it provides different functions for incremental registering of single parent child relations between EObjects. 76 76 77 77 Furthermore, the extension allows to extract the mapping and check completeness of mapped elements against content of transformed models. 78 78 79 - 53 +=== TransformationTreeExtensions ([[JavaDoc>>attach:TransformationTreeExtensions.html]]) === 80 80 81 -T ransformationTreeExtensions(JavaDoc)55 +This class provides all functionalities to easily traverse and search in a TransformationTree. 82 82 83 - 84 - 85 -This class proived all functionalities to easily traverse and search in a TransformationTree. 86 - 87 87 Furthermore, it allows to modify trees by creating, deleting or appending new transformations and transformed models. 88 88 89 - 90 - 91 91 ---- 92 92 93 - 94 - 95 95 == Implementation Details == 96 96 97 - 63 +* All references to EObjects are references to a copy of the original EObject. This allows to represent immutable mapping. To reidentify corresponding EObjects TransformationTreeExtensions provides search functions and matching functionality. 64 +* Models in TransformationTrees may be transient. This indicates that all references to EObjects in all Elements of the transient model are removed. Thus these models can't be source of a new appended transformation and can not be associated with it's original model. The main propose of this feature is to improve scalability of TransformationTrees by removing unnecessary references to internal model, but preserve traversing functionality of the ObjectMapping. 98 98 99 - All references to EObjects are references to a copy of the original EObject. This allows to represent immutable mapping. To reidentify corresponding EObjects TransformationTreeExtensions provides search funtions and matching functionality.66 +---- 100 100 101 - 102 - 103 -Models in TransformationTrees may be transient. 104 - 105 -This indicates that all references to EObjects in all Elements of the transient model are removed. 106 - 107 -Thus these models can't be source of a new appended tranformation and can not be associated with it's orginal model. 108 - 109 -The main propose of this feature is to improve scalability of TransformationTrees by removing unneccessary references to internal model, but preserve traversing funtionality of the ObjectMapping. 110 - 111 111 == Example == 112 112 113 113 coming soon
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -8651 4751 +8651531 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8651 475/Transformation Mapping (KTM)1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8651531/Transformation Mapping (KTM)