Changes for page Kieler Compiler

Last modified by Richard Kreissig on 2023/09/14 10:52

From version 7.1
edited by cmot
on 2014/03/16 22:26
Change comment: There is no comment for this version
To version 5.1
edited by cmot
on 2014/03/16 22:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Kieler Compiler
1 +Kieler Compiler (KiCo)
Content
... ... @@ -121,9 +121,7 @@
121 121  Description
122 122  )))
123 123  |(((
124 -\\
125 -
126 -{{{EObject KielerCompiler.compile(List<String> transformationIDs, EObject eObject)}}}
124 +{{{EObject KielerCompiler.compile(List<String> transformationIDs, EObject eObject)}}}
127 127  )))|(((
128 128  * transformationIDs: List of Strings representing the transformation IDs and a pre-ordering. Note that KiCo may automatically modify the order to meet the dependencies of the referenced transformation IDs or transformation group IDs.
129 129  * eObject: The EObject that is the input to the compilation process.
... ... @@ -130,17 +130,12 @@
130 130  * Returns: The EObject returned from the last model transformation called by KiCo.
131 131  )))
132 132  |(((
133 -\\
134 -
135 -{{{EObject KielerCompiler.compile(String transformationIDs, EObject eObject)}}}
131 +{{{EObject KielerCompiler.compile(String transformationIDs, EObject eObject)}}}
136 136  )))|(((
137 137  This is a convenient method only which can be used to give transformation IDs or transformation group IDs as a comma separated String. For eObject and the return value see above.
138 138  )))
139 139  |(((
140 -
141 -\\
142 -
143 -{{{EObject KielerCompiler.compile(List<String> transformationIDs, EObject eObject, boolean autoexpand)}}}
136 +{{{EObject KielerCompiler.compile(List<String> transformationIDs, EObject eObject, boolean autoexpand)}}}
144 144  )))|(((
145 145  This is an advanced compile method which can turn of auto-expansion with the last parameter. Use this with care! Note that if switching autoexpand off you cannot use transformation group IDs any more. Also no dependencies will be considered. The transformations will be applied straight forward in the order defined by the transformationIDs list.
146 146  )))
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470068
1 +9470065
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470068/Kieler Compiler
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470065/Kieler Compiler (KiCo)