在 UML 类图中使用接口分类器
我正在尝试实现一个 UML 类图,并且我想使用一个接口分类器CreateItem来通知开发人员(表示一个输入 Web 表单),以便填充类 Item 中的属性 TitleI,他/她必须使用类 Object 的一个或多个 TitleO。也就是说,我想指出,使用网络表单CreateItem,您可以“组合”一个Item TitleI(TitleI是一个字符串)专门搜索并向其添加一个或更多 Object TitleO (TitleO 是一个字符串)。
当您提出新问题时,它应该作为“组合”StackOverflow 标签“字符串”。唯一的区别是我想创建一个由这些标签组成的标题字符串。
我“学会”以这种方式解决我的部分问题:
< < interface > > **CreateItem** is a *realization* of **Item**
然后呢?
I am trying to implement an UML Class Diagram and I would like to use an interface classifier CreateItem to inform a developer that (that rappresents an input web form), in order to populate an attribute TitleI in a class Item, he/she MUST use one or more TitleO of a class Object. That is, I would like to indicate that using a web form CreateItem you can "compose" a Item TitleI (TitleI is a string) exclusively searching and adding to it one or more Object TitleO (TitleO is a string).
It should working as "composing" the StackOverflow Tags "string" when you Ask a new question. The only difference is that I would like to create a Title string made by those Tags.
I "learned" to solve part of my issue in thinking this way:
< < interface > > **CreateItem** is a *realization* of **Item**
Then?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用各自的关系来描述组合/聚合。您可以使用依赖关系来描述创建。如果这没有帮助,请尝试以其他方式或更准确地表达您的问题,我会尽力回答。
You can depict the composition/aggregation using respective relationships. You can use the dependency relationship to depict creation. If this doesn't help, try to formulate your question in other way or to be more precise and I will try to answer.