<
From version < 6.1 >
edited by uru
on 2013/10/10 14:21
To version < 7.1 >
edited by uru
on 2013/10/10 14:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{panel title="Project Overview" borderStyle="dashed"}}
2 2  Responsible:
3 3  
4 -* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-OdFmu"/}}
4 +* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-bQpXz"/}}
5 5  
6 6  Demo Videos:
7 7  
... ... @@ -9,34 +9,74 @@
9 9  * [[Collaboratively browsing model diagrams>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/videos/klighdning_sync/||shape="rect"]]
10 10  {{/panel}}
11 11  
12 -The **KLighDning** project aims at providing a flexible infrastructure to browse arbitrary models. It combines the [[KlighD >>doc:Lightweight Diagrams (KLighD)]]technology with web technologies, such as websockets and SVG, to present transiently synthesized diagrams of the models within a webbrowser.
12 +The **KLighDning** project aims at providing a flexible infrastructure to browse arbitrary models. It combines the [[KlighD >>doc:Lightweight Diagrams (KLighD)]]technology with web technologies, such as websockets and SVG, to present transiently synthesized diagrams of the models within a webbrowser. KLighDnings focus is //browsing// model diagrams for documentation purposes, not //editing// of the models. As part of the documentation idea, basic collaboration facilities are included. Users can join so-called //rooms// in which the browsing process is synchronized for all participants, for instance, panning, zooming, and expanding of compound nodes.
13 13  
14 -
14 +== Details ==
15 15  
16 +=== Supported Models ===
16 16  
18 +KLighDning leverages the transient views approach[[doc:Lightweight Diagrams (KLighD)]]to synthesize diagrams for (purely textual) models. Our implementation [[KLighD >>doc:Lightweight Diagrams (KLighD)]]employs the notion of //diagram// //syntheses//, which basically are model transformations from an arbitrary source model format to the [[KGraph >>doc:KGraph Meta Model]]format (structural description), where each graph element can be equipped with [[KRendering >>doc:The KRendering Notation Model]]elements for styling. See the corresponding wiki pages for further information.
17 17  
18 -{{toc/}}
20 +As part of the KIELER Project we currently support following diagram sytheses.
19 19  
20 -== Examples ==
22 +
21 21  
22 -=== Desktop Webbrowser ===
24 +* (((
25 +SCCharts
26 +)))
23 23  
24 -[[image:attach:ptolemy.png]]
28 +
25 25  
26 -=== Smartphone ===
30 +
27 27  
28 -[[image:attach:mobile.png]]
32 +|=(((
33 +Diagram Type
34 +)))|=(((
35 +Short ID
36 +)))|=(((
37 +Feature ID
38 +)))
39 +|(((
40 +KGraph Text Format
41 +)))|(((
42 +{{{kgraph}}}
43 +)))|(((
44 +{{{de.cau.cs.kieler.kgraph.feature.feature.group}}}
45 +)))
46 +|(((
47 +[[Ptolemy's MoML>>doc:Ptolemy Visualization]]
48 +)))|(((
49 +ptolemy
50 +)))|(((
51 +
52 +)))
29 29  
30 30  
31 31  
32 32  
33 33  
34 -== Details ==
35 -
36 36  === PermaLinks ===
37 37  
60 +Permanent links are another facet of the documentation purpose. A user can browse a model to a point where he potentially finds a bug. In order to supplement the bug report a //PermaLink// can be retrieved that holds the current viewport and expansion status of the user. The link can be attached to the report and upon opening the link, the diagram is opened as specified by the link.
61 +
62 +{{code title="PermaLink" language="bash"}}
63 +http://[SERVER]/[MODEL_PATH]?perma=[EXPANSION]&transform=[VIEWPORT_MATRIX]
64 +{{/code}}
65 +
38 38  
39 39  
68 +== Examples ==
69 +
70 +=== Desktop Webbrowser ===
71 +
72 +[[image:attach:ptolemy.png]]
73 +
74 +=== Smartphone ===
75 +
76 +[[image:attach:mobile.png]]
77 +
78 +
79 +
40 40  == Quick Start ==
41 41  
42 -be
82 +TODO
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -8323093
1 +8323095
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8323093/Model Browsing (KLighDning)
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8323095/Model Browsing (KLighDning)