... |
... |
@@ -151,29 +151,9 @@ |
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 |
|
- |
174 |
174 |
draw: |
175 |
175 |
|
176 |
|
-{{diagram/}} |
|
156 |
+{{diagram cached="false"/}} |
177 |
177 |
|
178 |
178 |
|
179 |
179 |
|
... |
... |
@@ -232,7 +232,6 @@ |
232 |
232 |
|
233 |
233 |
{{plantuml}} |
234 |
234 |
@startuml |
235 |
|
-title Test |
236 |
236 |
|A| |
237 |
237 |
start |
238 |
238 |
:actor = new Actor(); |
... |
... |
@@ -252,13 +252,12 @@ |
252 |
252 |
while(actor.canFinish()) is (false) |
253 |
253 |
:actor.finish(); |
254 |
254 |
endwhile(true) |
255 |
|
-partition stop { |
256 |
256 |
fork |
257 |
257 |
:actor.stop(); |
258 |
258 |
fork again |
259 |
259 |
:env.stop(); |
260 |
260 |
endfork |
261 |
|
-} |
|
239 |
+ |
262 |
262 |
end |
263 |
263 |
|
264 |
264 |
@endluml |
... |
... |
@@ -265,58 +265,6 @@ |
265 |
265 |
{{/plantuml}} |
266 |
266 |
|
267 |
267 |
|
268 |
|
- |
269 |
|
- |
270 |
|
-{{plantuml}} |
271 |
|
-@startuml |
272 |
|
- |
273 |
|
-interface Human{ |
274 |
|
-void eat() |
275 |
|
-} |
276 |
|
-note right |
277 |
|
-all human will extend this interface. |
278 |
|
-endnote |
279 |
|
- |
280 |
|
-class Father{ |
281 |
|
-void makeMoney() |
282 |
|
-} |
283 |
|
- |
284 |
|
-class Xiaoming{ |
285 |
|
-Human girlFriend |
286 |
|
-void play() |
287 |
|
-} |
288 |
|
- |
289 |
|
-Human <|.. Father |
290 |
|
-Human <|.. Xiaoming |
291 |
|
-Father <|-- Xiaoming |
292 |
|
-Human <.. Xiaoming |
293 |
|
- |
294 |
|
-@enduml |
295 |
|
-{{/plantuml}} |
296 |
|
- |
297 |
|
- |
298 |
|
- |
299 |
|
-{{plantuml}} |
300 |
|
-@startmindmap |
301 |
|
- |
302 |
|
-+ OS |
303 |
|
-++ Unix |
304 |
|
-++ Linux |
305 |
|
-++ MacOS |
306 |
|
-** Windows |
307 |
|
-*** Windows 95 |
308 |
|
-*** Windows 98 |
309 |
|
-*** Windows 7 |
310 |
|
-*** Windows 8 |
311 |
|
-*** Windows 10 |
312 |
|
-++ FreeBSD |
313 |
|
-++ Other |
314 |
|
- |
315 |
|
-@endmindmap |
316 |
|
-{{/plantuml}} |
317 |
|
- |
318 |
|
- |
319 |
|
- |
320 |
320 |
页脚引用: |
321 |
321 |
|
322 |
322 |
{{footnote}} |