xmf-xmodeler / Mosaic

Java client for XMF2
0 stars 2 forks source link

Accessor methods for associations #70

Closed jgulden closed 7 years ago

jgulden commented 8 years ago

The values of association ends should be accessible by suitable getter / setter methods (for single-valued associations) or get / add / remove / removeAll methods (for multi-valued associations). This should be the case when the opposite association end is set to "navigable" (which is the default). For bi-directional associations, the underlying implementations should make sure that the semantics of a bi-directional association is kept intact, i.e., that whenever an object b is added to a, there will also be a back-reference from b to a.

bjbenner commented 7 years ago

moved to: wiki -> "Visibility Modificators"