@@ -31,7 +31,7 @@ The new elements created from the {diag-toolbar} are visible either from the {ex
3131
3232=== Setting Multiplicity
3333
34- . Select the `Batmobile ` part definition and click on the `Structure` -> `New Part` tool in the {diag-toolbar} to create a new part usage
34+ . Select the `Vehicle ` part definition and click on the `Structure` -> `New Part` tool in the {diag-toolbar} to create a new part usage
3535. Rename the new part usage to `wheels`.
3636. Select the `wheels` part usage, type "F2" and rename it `wheels[4] : Wheel`. `Wheel` does not exist yet so it will automatically be created.
3737
@@ -58,7 +58,7 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library]
5858
5959. Right-click on the diagram background and click on the `Structure` -> `New Part Definition` tool.
6060. A new part definition is created.
61- . Rename it `Batmobile:> Vehicle`.
61+ . Rename it `Batmobile :> Vehicle`.
6262. A new `specialization` relationship is created between the `Batmobile` part definition and the `Vehicle` part definition.
6363
6464=== Creating Subsetting
@@ -73,7 +73,7 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library]
7373
7474. Right-click on the diagram background and click on the `Structure` -> `New Part` tool.
7575. A new part usage is created.
76- . Rename it to `bulletProofWheels[4]:>>wheels`.
76+ . Rename it to `bulletProofWheels[4] :>> wheels`.
7777. A new `redefines` relationship appears between the `bulletProofWheels` part definition and the`wheels` part usage.
7878
7979== Step 4: Create Relationship
@@ -84,19 +84,19 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library]
8484. A new part definition is created.
8585. Rename it `BatmobileNG`
8686. Click on node `BatmobileNG`.
87- . Click on arrow border and hold down until `Batmobile:> Vehicle` node.
87+ . Click on arrow border and hold down until `Batmobile :> Vehicle` node.
8888. Select the `New Subclassification` tool.
8989
9090
9191=== Creating containment relationships
9292
9393. Click on node `frontRightWheel :> wheels`.
94- . Click on arrow border and hold down until `Batmobile:> Vehicle` node.
94+ . Click on arrow border and hold down until `Batmobile :> Vehicle` node.
9595. Select the `Become nested part` tool.
9696. A new containment edge is created and element `frontRightWheel` is moved under `Batmobile` in model
9797. Redo same actions with `frontLeftWheel :> wheels`.
9898. Click on node `bulletProofWheels[4] :>> wheels`.
99- . Click on arrow border and hold down until `BatmobileNG:> Batmobile` node.
99+ . Click on arrow border and hold down until `BatmobileNG :> Batmobile` node.
100100. Select the `Become nested part` tool.
101101. A new containment edge is created and element `bulletProofWheels` is moved under `BatmobileNG` in model
102102
0 commit comments