aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/seconds/seconds.puml
blob: 578983ca191128afcff40a1ac942e67bc07bca8b (plain)
  1. @startuml
  2. 'start
  3. :instantiate object;
  4. group init
  5. :activate object;
  6. :fetch and print object description;
  7. end group
  8. while (repeat every few millisecond)
  9. group loop {
  10. :fetch and print gape angle;
  11. :wait 1s;
  12. end group
  13. endwhile
  14. -[hidden]->
  15. kill
  16. @enduml