diff --git a/doc/content/modules/user-manual/pages/hands-on/tutorials/batmobile.adoc b/doc/content/modules/user-manual/pages/hands-on/tutorials/batmobile.adoc index a78fc65eb..df75d74d0 100644 --- a/doc/content/modules/user-manual/pages/hands-on/tutorials/batmobile.adoc +++ b/doc/content/modules/user-manual/pages/hands-on/tutorials/batmobile.adoc @@ -31,7 +31,7 @@ The new elements created from the {diag-toolbar} are visible either from the {ex === Setting Multiplicity -. Select the `Batmobile` part definition and click on the `Structure` -> `New Part` tool in the {diag-toolbar} to create a new part usage +. Select the `Vehicle` part definition and click on the `Structure` -> `New Part` tool in the {diag-toolbar} to create a new part usage . Rename the new part usage to `wheels`. . Select the `wheels` part usage, type "F2" and rename it `wheels[4] : Wheel`. `Wheel` does not exist yet so it will automatically be created. @@ -58,7 +58,7 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library] . Right-click on the diagram background and click on the `Structure` -> `New Part Definition` tool. . A new part definition is created. -. Rename it `Batmobile:> Vehicle`. +. Rename it `Batmobile :> Vehicle`. . A new `specialization` relationship is created between the `Batmobile` part definition and the `Vehicle` part definition. === Creating Subsetting @@ -73,7 +73,7 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library] . Right-click on the diagram background and click on the `Structure` -> `New Part` tool. . A new part usage is created. -. Rename it to `bulletProofWheels[4]:>>wheels`. +. Rename it to `bulletProofWheels[4] :>> wheels`. . A new `redefines` relationship appears between the `bulletProofWheels` part definition and the`wheels` part usage. == Step 4: Create Relationship @@ -84,19 +84,19 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library] . A new part definition is created. . Rename it `BatmobileNG` . Click on node `BatmobileNG`. -. Click on arrow border and hold down until `Batmobile:> Vehicle` node. +. Click on arrow border and hold down until `Batmobile :> Vehicle` node. . Select the `New Subclassification` tool. === Creating containment relationships . Click on node `frontRightWheel :> wheels`. -. Click on arrow border and hold down until `Batmobile:> Vehicle` node. +. Click on arrow border and hold down until `Batmobile :> Vehicle` node. . Select the `Become nested part` tool. . A new containment edge is created and element `frontRightWheel` is moved under `Batmobile` in model . Redo same actions with `frontLeftWheel :> wheels`. . Click on node `bulletProofWheels[4] :>> wheels`. -. Click on arrow border and hold down until `BatmobileNG:> Batmobile` node. +. Click on arrow border and hold down until `BatmobileNG :> Batmobile` node. . Select the `Become nested part` tool. . A new containment edge is created and element `bulletProofWheels` is moved under `BatmobileNG` in model diff --git a/scripts/check-coverage.jsh b/scripts/check-coverage.jsh index 6554e7752..79b9a166f 100755 --- a/scripts/check-coverage.jsh +++ b/scripts/check-coverage.jsh @@ -32,11 +32,11 @@ record ModuleCoverage(String moduleName, double expectedCoverage) {} double expectedGlobalCoverage = 69.0; var moduleCoverageData = List.of( new ModuleCoverage("syson-application", 37.0), - new ModuleCoverage("syson-application-configuration", 74.0), + new ModuleCoverage("syson-application-configuration", 75.0), new ModuleCoverage("syson-common-view", 100.0), new ModuleCoverage("syson-diagram-common-view", 88.0), new ModuleCoverage("syson-diagram-services", 84.0), - new ModuleCoverage("syson-direct-edit-grammar", 67.0), + new ModuleCoverage("syson-direct-edit-grammar", 68.0), new ModuleCoverage("syson-form-services", 100.0), new ModuleCoverage("syson-model-services", 94.0), new ModuleCoverage("syson-representation-services", 100.0),