Wiki source code of KIELER Pragmatics Release 2016/07
Version 4.1 by arl on 2016/07/14 16:43
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = KIELER Pragmatics 2016/07 = | ||
2 | |||
3 | * [[Official Project Website>>url:http://www.informatik.uni-kiel.de/rtsys/kieler||shape="rect"]] | ||
4 | * Built on Eclipse 4.5 "Mars" | ||
5 | |||
6 | [[We are happy>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/kings_of_coding.mp3||shape="rect"]] to provide release 2016/07 of the **KIELER Pragmatics Project**! KIELER Pragmatics is a framework for enhanced user interaction in graphical modeling that builds on the Eclipse platform. This document describes how to install the release and highlights the most exciting new features. | ||
7 | |||
8 | As the usual bonus, we are co-releasing our KLighD-based **KIELER Ptolemy Browser**. | ||
9 | |||
10 | |||
11 | |||
12 | {{toc minLevel="2"/}} | ||
13 | |||
14 | {{note title="Important Notice"}} | ||
15 | Please note that this will be the last release to include the KIELER Infrastructure for Meta-Layout in its entirety, as well as our layout algorithms. Both are currently being moved to the official [[Eclipse Layout Kernel>>url:http://www.eclipse.org/elk||shape="rect"]] project. | ||
16 | {{/note}} | ||
17 | |||
18 | == Installation == | ||
19 | |||
20 | KIELER Pragmatics 2016/07 is provided as a set of features, available to be added to your Eclipse installation via an update site. KIELER Pragmatics 2016/02 was tested on [[Eclipse 4.4 "Luna">>url:http://www.eclipse.org/downloads/||shape="rect"]], but may also be compatible with other versions of Eclipse. | ||
21 | |||
22 | * See the [[KIELER Downloads>>doc:Downloads]] site for download details. | ||
23 | * KIELER Pragmatics requires an installed Java Runtime Environment >= version 1.8. | ||
24 | * The layout components of KIELER can make use of the layout algorithms provided by the [[Graphviz>>url:http://www.graphviz.org/||rel="nofollow" shape="rect" class="external-link"]] library. You may want to install that as well. | ||
25 | |||
26 | Also refer to the [[KIELER Downloads>>doc:Downloads]] page to download the KIELER Ptolemy Browser and the KIELER Web Service. | ||
27 | |||
28 | == Release Notes and Highlights == | ||
29 | |||
30 | For this release, we have closed more than 80 tickets. You can find a list of them at [[our issue tracking system>>url:https://rtsys.informatik.uni-kiel.de/jira/secure/ReleaseNote.jspa?projectId=10400&version=10901||shape="rect"]]. Release notes of older releases can be found at our [[doc:Release Notes]] page. | ||
31 | |||
32 | === New Features === | ||
33 | |||
34 | Here's a few highlights of what's new in this version: | ||
35 | |||
36 | * [[KIELER Infrastructure for Meta Layout (KIML)>>doc:Infrastructure for Meta Layout (KIML)]] | ||
37 | * [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]] | ||
38 | * [[KIELER Lightweight Diagrams (KLighD)>>doc:Lightweight Diagrams (KLighD)]] | ||
39 | * [[KIELER Ptolemy Browser>>doc:Ptolemy Browser]] | ||
40 | |||
41 | == Quickstart == | ||
42 | |||
43 | === Diagram Layout === | ||
44 | |||
45 | One of the core features of KIELER Pragmatics is the KIELER Infrastructure for Meta-Layout (KIML). It provides the glue between diagram editors and layout algorithms. If you have installed layout support for GMF editors, you may want to try the following: | ||
46 | |||
47 | * Open a diagram using a GMF editor. | ||
48 | * Press the Layout button in the toolbar: | ||
49 | * Open the //Layout View// by clicking //Window// -> //Show View// -> //Other...// and choosing //Layout// from the //KIELER Layout// category. | ||
50 | * Change some of the values and press the Layout button again. | ||
51 | |||
52 | === Viewing Ptolemy Models === | ||
53 | |||
54 | If you have a Ptolemy installation, try the following: | ||
55 | |||
56 | * Save a Ptolemy model as a {{code language="none"}}.moml{{/code}} file somewhere. | ||
57 | * ((( | ||
58 | Download and start our //[[Ptolemy Model Browser>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]]//. | ||
59 | ))) | ||
60 | * Open your moml file. | ||
61 | * Double-click actors that have further models inside them. Also double-click modal model states that have refinements. Use the sidebar on the right to influence how your model is displayed. | ||
62 | |||
63 | == Known Problems and Limitations == | ||
64 | |||
65 | == Bug Reports, Comments == | ||
66 | |||
67 | We're working hard to make the graphical modeling user experience as convenient as possible. However, bugs can still remain in the code and some things might not be as you would expect them. Please don't hesitate to send in bug reports or give other comments like feature requests. | ||
68 | |||
69 | Send bug reports to kieler@…, please. For news or general questions subscribe to the [[rt-kieler mailing list>>url:https://lists.informatik.uni-kiel.de/mailman/listinfo/rt-kieler||rel="nofollow" shape="rect" class="external-link"]]. |