...
- if the multiplicity is defined as "ONE2ONE", then attempts to add more than one object to either side of the relationship will result in an error
- if the multiplicity is defined as "MANY2ONE", then attempts to add more than one object of the "to" class will result in an error
- if the multiplicity is defined as "ONE2MANY", then attempts to add more than one object of the "from" class will result in an error
All relationships are mostly optional, so in the UML model:
...