| ... | @@ -148,27 +148,6 @@ The usage of these methods are only allowed when it is clear that there is a mai | 
... | @@ -148,27 +148,6 @@ The usage of these methods are only allowed when it is clear that there is a mai | 
| 
 | 
 | 
 | 
 | 
| 
 | 
For many relations where the convention does not apply, the following methods must be used instead (where XXX is the name of the related thing):
 | 
 | 
For many relations where the convention does not apply, the following methods must be used instead (where XXX is the name of the related thing):
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
__Main Relation__                                   __Other Relations__
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
```html
 | 
 | 
 | 
| 
 | 
Main Relation					Other Relations
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
get()							getXXX()
 | 
 | 
 | 
| 
 | 
set()							setXXX()
 | 
 | 
 | 
| 
 | 
n/a					 			replaceXXX()
 | 
 | 
 | 
| 
 | 
has()							hasXXX()
 | 
 | 
 | 
| 
 | 
all()							getXXXs()
 | 
 | 
 | 
| 
 | 
replace()						setXXXs()
 | 
 | 
 | 
| 
 | 
remove()						removeXXX()
 | 
 | 
 | 
| 
 | 
clear()							clearXXX()
 | 
 | 
 | 
| 
 | 
isEmpty()						isEmptyXXX()
 | 
 | 
 | 
| 
 | 
add()							addXXX()
 | 
 | 
 | 
| 
 | 
register()						registerXXX()
 | 
 | 
 | 
| 
 | 
count()							countXXX()
 | 
 | 
 | 
| 
 | 
keys()							n/a
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
```
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
|Main Relation |Other Relations |
 | 
 | 
|Main Relation |Other Relations |
 | 
| 
 | 
|------|------|
 | 
 | 
|------|------|
 | 
| 
 | 
|`get()`	|`getXXX()`|
 | 
 | 
|`get()`	|`getXXX()`|
 | 
| ... |  | ... |  |