Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package "Safety Software SEooC Example" as safety_software_seooc_example <<SEooC

interface "InternalInterface" as InternalInterface
unit_1 -l-( InternalInterface
unit_2 )-r- InternalInterface
unit_2 -r- InternalInterface
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Write a PlantUML class or component diagram that names every ``component`` and `

interface "InternalInterface" as InternalInterface
unit_1 -l-( InternalInterface
unit_2 )-r- InternalInterface
unit_2 -r- InternalInterface
}
}

Expand Down Expand Up @@ -225,7 +225,7 @@ Any component-type element (``<<SEooC>>``, ``<<component>>``, or ``<<unit>>``) c

interface "InternalInterface" as InternalInterface
unit_1 -l-( InternalInterface
unit_2 )-r- InternalInterface
unit_2 -r- InternalInterface
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package "Safety Software SEooC Example" as safety_software_seooc_example <<SEooC

interface "InternalInterface" as InternalInterface
unit_1 -l-( InternalInterface
unit_2 )-r- InternalInterface
unit_2 -r- InternalInterface
}
}

Expand Down
Loading