|
12 | 12 |
|
13 | 13 | 4. Navigate to the `org.omg.sysml.site.zip` archive and select it. (You can give it a name if you wish.) Click `Add`. |
14 | 14 |
|
15 | | -5. In the Install window, select the `KerML and SysML Editors` category and click `Next`. |
| 15 | +5. In the Install window, expand the `KerML and SysML Editors` category. |
16 | 16 |
|
17 | | -6. Continue with the installation (select `Install Anyway` if asked), and, when it is complete, restart Eclipse. |
| 17 | +6. Select `SysML v2 Feature` and click `Next`. |
| 18 | + * If you also wish to install the `SysML v2 PlantUML Feature`, please first follow the instructions below under <br/> "Installing PlantUML graphical visualization". |
| 19 | + |
| 20 | +7. Continue with the installation (select `Install Anyway` if asked), and, when it is complete, restart Eclipse. |
18 | 21 |
|
19 | 22 | ## Installing PlantUML graphical visualization |
20 | 23 |
|
21 | 24 | Graphical visualization is available in Eclipse using the open source [PlantUML](https://plantuml.com) tooling to render diagrams. |
22 | 25 |
|
23 | | -0. Make sure that your Eclipse has PlantUML with SysMLv2 extensions. You can install it from the update site of [ https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates](https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates) with Help > Install New Software |
| 26 | +0. Make sure that your Eclipse has PlantUML with SysMLv2 extensions. You can install it from the update site of<br/> |
| 27 | +[ https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates](https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates) with Help > Install New Software |
24 | 28 |
|
25 | | -1. PlantUML visualization requires that [GraphViz](https://www.graphviz.org) be installed. Visit [ https://www.graphviz.org/download/](https://www.graphviz.org/download/) |
26 | | -and download the appropriate package for your environment. |
27 | | - * The recommended GraphViz version is 2.44.1. Make sure you have initialized GraphViz with `dot -c` command. See [ https://plantuml.com/ja/graphviz-dot](https://plantuml.com/ja/graphviz-dot) for details. |
| 29 | +1. PlantUML visualization requires that [GraphViz](https://www.graphviz.org) be installed.Visit [ https://www.graphviz.org/download/](https://www.graphviz.org/download/) and <br/> |
| 30 | +download the appropriate package for your environment. |
| 31 | + * The recommended GraphViz version is 2.44.1. Make sure you have initialized GraphViz with `dot -c` command. <br/> |
| 32 | + See [ https://plantuml.com/ja/graphviz-dot](https://plantuml.com/ja/graphviz-dot) for details. |
28 | 33 |
|
29 | | -2. If Eclipse cannot automatically find the path to the GraphViz executable, you can set it by going to `Preferences > PlantUML`. |
| 34 | +2. If Eclipse cannot automatically find the path to the GraphViz executable, you can set it by going to `Preferences > PlantUML`. <br/> |
30 | 35 | For details, visit [ https://plantuml.com/en/eclipse](https://plantuml.com/en/eclipse). |
31 | 36 |
|
32 | 37 | ## Installing the model library and modeling projects |
@@ -64,9 +69,6 @@ and make sure that `sysml.library` is before `kerml` and `sysml` in the build or |
64 | 69 | 4. To show SysML diagrams, in `Window > Show View > Other...` select the PlantUML view. The diagram rendered in the view is relative to the text selected |
65 | 70 | in the active SysML editor view. Tree (BDD-like), interconnection (IBD-like) and state machine views are currently supported. |
66 | 71 |
|
67 | | -**Release Note:** While performance has improved further in this release, there are still cases in which the processing of a file with |
68 | | -several name resolution errors can take a long time, particularly if the `Quantities and Units` library is being used. |
69 | | - |
70 | 72 | ## Initializing new model projects |
71 | 73 |
|
72 | 74 | You can also create a separate project for your KerML or SysML files. |
|
0 commit comments