oop - How to *really* write UML cardinalities? -
i know once , how write uml cardinalities, since had debate them (so proofs , sources welcome :)
if want explain a mother
can have several child
ren a child
has 1 , 1 mother
, should write:
mother * ---------- 1 child
or
mother 1 ---------- * child
?
the second 1 mother 1 ----------------- 1..* child
you find many example in uml specification figure related abstract syntax...
Comments
Post a Comment