uml - Ternary association - multiplicity between two classes -


suppose have following diagram (i can't post images directly) - ternary association between classes a, b, c

enter image description here

what should added diagram ensure objects of class can associated maximum of 50 b objects?

you can't way. must draw association lines between each class , specify cardinality.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -