我们可以在 An Associative Class 和普通 class 之间进行关联吗?
Can we do association between An Associative Class and a normal class?
所以我想知道这种关系是否可行?
谢谢你抽出时间,很好day/night!
当然可以。可以在任意两个 class 之间建立关联。而一个关联 class 只是一个 Class
。如第 1 页所述197 个 UML 规范:
An Association classifies a set of tuples representing links between typed instances. An AssociationClass is both an Association and a Class.
所以我想知道这种关系是否可行?
谢谢你抽出时间,很好day/night!
当然可以。可以在任意两个 class 之间建立关联。而一个关联 class 只是一个 Class
。如第 1 页所述197 个 UML 规范:
An Association classifies a set of tuples representing links between typed instances. An AssociationClass is both an Association and a Class.