@startuml
'start
:instantiate object;
group init
:activate object;
:fetch and print object description;
end group
while (each 1s)
group loop {
:fetch and print gape angle;
end group
endwhile
-[hidden]->
kill
@enduml