• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión6e99a5ba5ddfb0f7fd1b84aff914cbe4aacd2471 (tree)
Tiempo2023-10-22 23:31:16
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

refactor (DesignDiagram) added sub-NS'ses

Cambiar Resumen

Diferencia incremental

diff -r 6bb3f34c79cd -r 6e99a5ba5ddf CCastle/DocParts/Design/231016_NS.rst
--- a/CCastle/DocParts/Design/231016_NS.rst Sun Oct 22 16:24:42 2023 +0200
+++ b/CCastle/DocParts/Design/231016_NS.rst Sun Oct 22 16:31:16 2023 +0200
@@ -20,6 +20,7 @@
2020 start_sieve o-- P1A_d
2121 start_sieve <-- StartSieve
2222 P1A_d::StartSieve -> StartSieve #DarkMagenta
23+ P1A_d::base --> base #DarkMagenta
2324 }
2425
2526 package slow_start as P1B {
@@ -37,6 +38,7 @@
3738 slow_start o-- P1B_d
3839 slow_start <-- SlowStart
3940 P1B_d::SlowStart -> SlowStart #DarkMagenta
41+ P1B_d::base -> base #DarkMagenta
4042 }
4143
4244 package simple_sieve as P1C {
@@ -63,17 +65,15 @@
6365 SlowStart <|---- SlowStart_1 #SkyBlue : based_on
6466 }
6567
66- package "Build-in Protocols" as P4 <<Node>> {
68+ package "Build-in Protocols" as P2 <<Node>> {
6769 package base {
6870 object Protocol <<_RootProtocol>>
6971 }
7072 package buildin {
7173 }
7274 }
75+
7376 Protocol <|-- StartSieve #SkyBlue : based_on
7477 Protocol <|-- SlowStart #SkyBlue : based_on
7578
76- P1A_d::base -> base #DarkMagenta
77- P1B_d::base -> base #DarkMagenta
78-
7979 @enduml