英文: How is the UML notation in a Design Class Diagram demonstrated to associate a library or separat...
在用例图中,父参与者是否可以有多个子参与者?
英文: Can Have Parent Actor more than One Child Actors In Use Case Diagram 问题 在我的用例图中: Bidder 和 Seller...
UML组件图的Python代码:如何说明类和模块之间的区别?
英文: UML component diagram for Python code: How to illustrate difference between classes and modules?...
使用案例图,其中的一个案例必须完成,才能完成另一个案例。
英文: use case diagram one of cases one of the cases must be completed in order for the other to be co...
在UML中使用多重性而不具备导航性是否正确的图表?
英文: Using multiplicity without navigability in UML is correct diagram? 问题 I can see many UML example...
在UML中为一些属性指定具体值。
英文: Give specific value to some attributes in uml 问题 在经典的聚合示例中,涉及到汽车和车轮。一辆汽车有4个车轮,一个车轮属于1辆汽车: 1 4 汽车...
如果一个类与另一个类形成组合,不同的类可以与组合后的类相关联吗?
英文: Why if one class forms a composition with another class, a different class can be asocciated wit...
类图包含菜单和接口吗?
英文: Does analysis class diagram contain a menu and interface? 问题 我正在为与教师和学生相关的应用程序实现一个类图,作为一项作业。一个学生...
<
英文: <<use>> or <<create>> relationship in program code 问题 我不清楚在程序代码中 <>...
在这个UML图中,排序集(sortedSet)应该放在哪里?
英文: Where would a sortedSet go in this UML diagram? 问题 我正在通过一本关于Python数据结构的书来自我学习,遇到了有关继承章节的练习问题。我感到...
6