Creating new diagrams is the core of creating new models. After all, it is the diagrams that communicate the design. With Poseidon for UML, generating new diagrams is a very simple process.
Diagrams are considered model elements themselves, therefore you must decide where the diagram will fit into the hierarchy of the model before you create the diagram. The Package Centric view of the Navigation pane displays the distinct hierarchy. New diagrams are created in the topmost package of this hierarchy by default, but you can also create new diagrams for a specific package. If you select a specific package and then create a new diagram, the diagram will be created within that package. If anything else is selected in the Navigation pane, the new diagram will be created in the topmost package.
Some diagrams are specific to certain model elements.
State and
Activity diagrams,
for example, are used to design the details of a class or a use case.
Such a diagram needs to be associated with a class or a use case. To do
so, you need to select the class or use case prior creating the new
state or activity diagram. Notice that this association is fixed and
cannot be changed later.
New diagrams can be created in several ways:
Main Toolbar - Click the appropriate button for the corresponding diagram type.
Main Menu - Select the diagram type from the 'Create Diagram' menu in the main menu.
Quick-Key Combinations - Use these shortcuts to create a new diagram:
Class Diagram - Ctrl-L
Collaboration Diagram - Ctrl-B
Deployment / Object / Component Diagram - Ctrl-D
Sequence Diagram - Ctrl-Q
State Diagram - Ctrl-T
Activity Diagram - Ctrl-Y
Use Case Diagram - Ctrl-U