-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #641 Signed-off-by: Erik Jaegervall <[email protected]>
- Loading branch information
Showing
7 changed files
with
94 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@startuml | ||
card "instances: \n - Row[1,2] \n - ["DriverSide","PassengerSide"]" as C111 | ||
usecase Vehicle as N1 | ||
usecase Cabin as N11 | ||
usecase Door as N111 | ||
usecase IsOpen as N1112 | ||
usecase Window as N1111 | ||
usecase IsOpen as N11111 | ||
N1--> N11 | ||
N11--> N111 | ||
N111--> N1111 | ||
N111--> N1112 | ||
N1111--> N11111 | ||
N111 - C111 | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
@startuml | ||
|
||
usecase Vehicle as N1 | ||
usecase Cabin as N11 | ||
N1--> N11 | ||
usecase Door as N111 | ||
N11--> N111 | ||
|
||
usecase Row1 as N111a | ||
N111-->N111a | ||
usecase Row2 as N111b | ||
N111-->N111b | ||
|
||
usecase DriverSide as N111aa | ||
usecase PassengerSide as N111ab | ||
N111a-->N111aa | ||
N111a-->N111ab | ||
|
||
usecase DriverSide as N111ba | ||
usecase PassengerSide as N111bb | ||
N111b-->N111ba | ||
N111b-->N111bb | ||
|
||
usecase IsOpen as N111aa2 | ||
usecase Window as N111aa1 | ||
usecase IsOpen as N111aa11 | ||
N111aa-->N111aa1 | ||
N111aa1-->N111aa11 | ||
N111aa-->N111aa2 | ||
|
||
usecase IsOpen as N111ab2 | ||
usecase Window as N111ab1 | ||
usecase IsOpen as N111ab11 | ||
N111ab-->N111ab1 | ||
N111ab1-->N111ab11 | ||
N111ab-->N111ab2 | ||
|
||
|
||
usecase IsOpen as N111ba2 | ||
usecase Window as N111ba1 | ||
usecase IsOpen as N111ba11 | ||
N111ba-->N111ba1 | ||
N111ba1-->N111ba11 | ||
N111ba-->N111ba2 | ||
|
||
usecase IsOpen as N111bb2 | ||
usecase Window as N111bb1 | ||
usecase IsOpen as N111bb11 | ||
N111bb-->N111bb1 | ||
N111bb1-->N111bb11 | ||
N111bb-->N111bb2 | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.