How do you draw a UML sequence diagrams and a UML collaboration/communication diagram of the Jadescript method c_displayAlternativesCount() ?
c_displayAlternativesCount();
vars
test : Test;
begin
test := Test.firstInstance();
write test.getAlternativeCount();
end;