英文:
Modelio - class diagram -sequence diagram
问题
在Modelio中是否可以在同一页上创建类图和序列图(或者可以链接它们)?
这是我为"signUp"创建的类图
.
这是我为"signUp"创建的序列图
我无法在Modelio中找到演员图标,我认为它可能不存在!
英文:
Is it possible to create class diagram and sequence diagram on the same page(or can we link) in Modelio?
This is the class diagram I have created for the signUp
.
This is the sequence diagram I have created for the signUp
I am unable to find the actor icon in Modelio, I think it is not there!
答案1
得分: 2
在 Modelio 和我猜大多数(全部)UML 工具下,不可能在同一图表上创建类和序列。
但 Modelio 允许您使用“相关图表链接”将元素链接到其他图表。
一旦在模型元素(例如 SignUp)和图表(例如序列图)之间创建了链接,您就可以在它们之间进行导航。
最后,关于 Actor 的创建,它们可以在用例图中创建,当然也可以在模型资源管理器中的包下创建,然后在序列图中引用。
英文:
Under Modelio and I guess most (all) uml tools, it is not possible to create both class and sequence on the same diagram.
But Modelio allows you to link elements to other diagram by using "Related Diagram link".
Once your link is created between a model element, for example SignUp, and your diagram, for example your sequence diagram, you will then be able to navigate between them.
Finally, concerning the Actor creation, they can be create, of course, in UseCase diagram or under a Package in the model explorer and then referenced in sequence diagram.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论