UML Notation Reminder: Association
An association relationship between classes indicates that instances of those classes can participate in a relationship defined by those classes.
- Relating an object to its topology
- Indicating that two objects are alternate representations of the same "thing"
- Referencing an object from a <Library>
An association can be directional - that is, one participant in the relationship 'knows' that it is participating, but the other doesn't.