Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下图显示了UML 类图中的T类泛型类。
我不知道如何使用 Star UML 在通用类(在图像中设置)顶部添加 T 模板框。
Star UML 中是否有任何方法可以将这个 Generic Type T 框添加到 Generic 类之上?
对于这个通用基类的派生类,我已经<<bind>>为它们使用的类型添加了原型。
<<bind>>
我使用的是 2.7.0 版本,你可以添加Template Parameter到目标类以指示泛型。
Template Parameter
详细信息:添加 aclass或后interface,右键单击图表,然后选择Add-> Template Parameter。class您可以在或的右上角编辑模板参数(或泛型类型)interface。
class
interface
Add