Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -212,6 +212,7 @@ 212 212 213 213 {{plantuml}} 214 214 @startuml 215 +title Test 215 215 |A| 216 216 start 217 217 :actor = new Actor(); ... ... @@ -231,12 +231,13 @@ 231 231 while(actor.canFinish()) is (false) 232 232 :actor.finish(); 233 233 endwhile(true) 235 +partition stop { 234 234 fork 235 235 :actor.stop(); 236 236 fork again 237 237 :env.stop(); 238 238 endfork 239 - 241 +} 240 240 end 241 241 242 242 @endluml