... |
... |
@@ -151,9 +151,29 @@ |
151 |
151 |
{{/cache}} |
152 |
152 |
|
153 |
153 |
|
|
154 |
+{{plantuml}} |
|
155 |
+@startuml |
|
156 |
+start |
|
157 |
+:do something; |
|
158 |
+note right |
|
159 |
+gogogogogo |
|
160 |
+end note |
|
161 |
+:do something2; |
|
162 |
+:do something3; |
|
163 |
+if (finish) then(no) |
|
164 |
+:do something4; |
|
165 |
+else(yes) |
|
166 |
+:do something5; |
|
167 |
+endif |
|
168 |
+end |
|
169 |
+@enduml |
|
170 |
+{{/plantuml}} |
|
171 |
+ |
|
172 |
+ |
|
173 |
+ |
154 |
154 |
draw: |
155 |
155 |
|
156 |
|
-{{diagram cached="false"/}} |
|
176 |
+{{diagram/}} |
157 |
157 |
|
158 |
158 |
|
159 |
159 |
|
... |
... |
@@ -212,19 +212,33 @@ |
212 |
212 |
|
213 |
213 |
{{plantuml}} |
214 |
214 |
@startuml |
|
235 |
+title Test |
215 |
215 |
|A| |
216 |
216 |
start |
217 |
217 |
:actor = new Actor(); |
218 |
218 |
:actor.init(); |
219 |
|
-if(actor.process())then(true) |
|
240 |
+if(actor.process())then(false) |
|
241 |
+:actor.killSelf(); |
|
242 |
+else(true) |
220 |
220 |
|B| |
221 |
221 |
:actor.postProcess(); |
|
245 |
+note right |
|
246 |
+This note is on several |
|
247 |
+ //lines// and can |
|
248 |
+ contain <b>HTML</b> |
|
249 |
+end note |
222 |
222 |
|A| |
223 |
|
-else(false) |
224 |
|
-:actor.killSelf(); |
225 |
225 |
endif |
|
252 |
+while(actor.canFinish()) is (false) |
226 |
226 |
:actor.finish(); |
227 |
|
- |
|
254 |
+endwhile(true) |
|
255 |
+partition stop { |
|
256 |
+fork |
|
257 |
+ :actor.stop(); |
|
258 |
+fork again |
|
259 |
+ :env.stop(); |
|
260 |
+endfork |
|
261 |
+} |
228 |
228 |
end |
229 |
229 |
|
230 |
230 |
@endluml |
... |
... |
@@ -231,6 +231,38 @@ |
231 |
231 |
{{/plantuml}} |
232 |
232 |
|
233 |
233 |
|
|
268 |
+ |
|
269 |
+{{plantuml}} |
|
270 |
+@startmindmap |
|
271 |
+ |
|
272 |
++ OS |
|
273 |
+ |
|
274 |
+++ Unix |
|
275 |
+ |
|
276 |
+++ Linux |
|
277 |
+ |
|
278 |
+++ MacOS |
|
279 |
+ |
|
280 |
+** Windows |
|
281 |
+ |
|
282 |
+*** Windows 95 |
|
283 |
+ |
|
284 |
+*** Windows 98 |
|
285 |
+ |
|
286 |
+*** Windows 7 |
|
287 |
+ |
|
288 |
+*** Windows 8 |
|
289 |
+ |
|
290 |
+*** Windows 10 |
|
291 |
+ |
|
292 |
+++ FreeBSD |
|
293 |
+ |
|
294 |
+++ Other |
|
295 |
+ |
|
296 |
+@endmindmap |
|
297 |
+{{/plantuml}} |
|
298 |
+ |
|
299 |
+ |
234 |
234 |
页脚引用: |
235 |
235 |
|
236 |
236 |
{{footnote}} |