英文: 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...
Class Diagram methods are defined in the same class.
英文: Why Class Diagram methods are defined in the same class? 问题 在类图表示中,字段和与类相关的方法会显示在图表上。然而,当将图表转换为类...
<
英文: <<use>> or <<create>> relationship in program code 问题 我不清楚在程序代码中 <>...
我们能够扩展一个 UML 接口到多大程度?
英文: How far can we stretch a UML Interface? 问题 首先,背景: 我们正在使用quantum leaps的QP Framework开发一些应用程序。 QP基本...
如何在Java中实现这个UML类图?
英文: How to implement this UML class diagram in Java? 问题 我有这个 UML 类图,但是我不知道如何从中生成 Java 类。有人可以帮我吗? 英文:...
UML类与其在创建另一个对象时所创建的对象之间的关系?
英文: UML relationship of class and object it creates inside the creation of another object? 问题 例如,在Ja...
需要在我们的UML类图中添加Runnable接口吗?
英文: Do we need to add interface Runnable in our UML class diagram? 问题 我已经用套接字编程创建了一个简单的FlappyBird克隆游...
2