Page 1 of 1

Quick Help please ~

Posted: Mon Jun 11, 2012 3:44 am
by iamamagicman
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;