Changes between Version 2 and Version 3 of Paose/Documentation/HowTo-CDDs
- Timestamp:
- Apr 17, 2013, 5:31:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Paose/Documentation/HowTo-CDDs
v2 v3 42 42 === Setting-Up Generator: === 43 43 - Draw a Use Case Diagram with the elements from the tool palette. Use actors for agent roles and cases for interactions. 44 - Use the ''Create Folder Structure'' (or the ''Create Agentlet'') Command to start the generation process.45 - Select a plugin.cfg (*optional*). You can skip this and instead in the next step...44 - Use the menu items ''Paose'', ''Coarse Design (Use Cases)'', then select ''Create CapApp'' (or the ''Create Plugin'') Command to start the generation process. 45 - Select a plugin.cfg (*optional*). You can skip this by selecting ''Cancel'' and instead in the next step... 46 46 - Choose a (new) name for your Application (Plugin). Use camel case, start with a capital and abide to Java conventions (e.g. do not use ''\_''). 47 - Choose a location. This should be a repository that is prepared for the compilation of plugins (e.g. Mulan, CAP). Be careful, Java folder selection is tricky. Double-clicks might not work as expected (i.e. select CAP in the folder above CAP and confirm by pressing the button).47 - The file structured will be automatically created within the Mulan subfolder(if you choosed ''Create Plugin'' in Step 2) or Cap3 subfolder (if you choosed ''Create CapApp'' in Step 2) 48 48 - Some log output concerning the created files will be promted. 49 49