Modelling UML Class Diagram with a stack variable -
say have class a, , inside have class b.
inside class a, have stack of class b's.
how write notation out in uml diagram class a, , relationship between class , b?
class may share composition relationship class b, whereas 1 many b. represent connecting 2 classes arrow in uml, having "1" in a's end, , "0...*" in b's end.
check http://en.wikipedia.org/wiki/object_composition more details.
Comments
Post a Comment