Search found 1 match

Go to advanced search

by iamamagicman
Mon Jun 11, 2012 3:44 am
Forum: General Discussion
Topic: Quick Help please ~
Replies: 0
Views: 2087

Quick Help please ~

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;

Go to advanced search

cron