Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Wouter Zoons
private ActionForward lastAnswerWasYes(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { final String value = String.valueOf(GuessController.getInstance().lastAnswerWasYes(mapping, (GuessForm)form, request, respons

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Wouter Zoons
Carol Li wrote: Hi, Wouter, I'm trying to duplicate the animal quiz project by creating those diagrams by hand. If you open the sample animal quiz in MagicDraw, and look at the left side navigation bar for the "guessing the animal" activity diagram, click on the state symbol, then you will see

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Carol Li
Hi, Wouter,  I'm trying to duplicate the animal quiz project by creating those diagrams by hand. If you open the sample animal quiz in MagicDraw, and look at the left side navigation bar for the "guessing the animal" activity diagram, click on the state symbol, then you will see two states that can

Re: [Andromda-user] questions about animal quiz

2004-05-27 Thread Wouter Zoons
Carol Li wrote: Hi, I tried to rebuild the animal quiz project using Magic Draw 7.5. I have two questions: 1. I didn't find states "ask if user is ready to restart" and "ready to continue" in the "guessing the animal" activity diagram and their related transitions. me neither, who told you th

[Andromda-user] questions about animal quiz

2004-05-27 Thread Carol Li
Hi, I tried to rebuild the animal quiz project using Magic Draw 7.5. I have two questions: 1. I didn't find states "ask if user is ready to restart" and "ready to continue" in the "guessing the animal" activity diagram and their related transitions.   2. I tried to use ant to build my animal quiz