aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/seconds/seconds.puml
blob: 55746ff80800026b64d9ed65bc9b0e5db23ca8ad (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 (each 1s)
  9. group loop {
  10. :fetch and print gape angle;
  11. end group
  12. endwhile
  13. -[hidden]->
  14. kill
  15. @enduml