gModeler.com - uml modeling and documenting tool
Main - news and info on gModeler Launch the gModeler tool Support - info on using gModeler and UML diagramming Resource Center - articles and information on UML diagrams and Analysis and Design techniques
UML associations / links
Links visually represent associations or relationships between classes and other elements in UML. gModeler currently supports 7 common types of associations. To add links in gModeler, use the link tool (See Toolbar). You can select links by clicking on them. Once selected you can carry out a number of actions available in the link menu, and move the end points by clicking and dragging the circles on each end of the link.

A brief decription of each link type follows:

UML Generic AssociationGeneric Association
Designates an association of no specific type. Useful for attaching notes elements, etc.

UML Inheritance RelationshipInheritance
Indicates the starting class inherits directly from the ending class. (ex. MegaMan inherits from Man)

UML Nested RelationshipNesting
Indicates that the starting class is nested in the ending class. Usually means that the starting class is in the name space of the outer class. (ex. OS.Menus - Menus is nested in OS)

UML Dependency (Uses) AssociationDependency
Indicates that the starting class uses the ending class, and may require modification if the ending class is changed. (ex. Car uses Gasoline)

UML Aggregation (Comprises) RelationshipAggregation
Indicates that the starting class comprises instances of the ending class. Ending class instances are not destroyed with the starting class. (ex. Playlist comprises Songs)

UML Composition (has) AssociationComposition
Indicates that the starting class has instances of the ending class. Ending class instances are destroyed along with the starting class. (ex. Human has Brain)

UML Qualified AssociationQualified Association
Indicates a relationship that is qualified by some identifier. (ex. ShoppingCart has Items qualified by ID)

gModeler Manual Contents
gModeler overview

Key Commands

Menus:
gModeler menu
File menu
Diagram menu
Element menu
Link menu

The Toolbar

The Diagrams Manager

The Stage:
Getting around
Elements
- Class elements
- Note elements
- Package elements
Links

The Inspector:
Properties
Documentation