uml

PlantUML Activity Diagram Go Back

独自空忆成欢 提交于 2020-08-24 03:30:34
问题 I am using PlantUML to create an Activity diagram. I want the arrow that comes out of Modify Details to go back to OP2 instead of the diamond. I have this diagram: @startuml |Swimlane1| start :OP1; |Swimlane2| :OP2; if (Form Valid?) then (No) |Swimlane1| :Modify Details; /' <-- This should point _back_ to OP2 '/ |Swimlane2| else (Yes) :Add Detals to System; endif :OP3; |Swimlane2| :foo5; stop @enduml Which gives this image: 回答1: Can you express it with a while or repeat ? Below is not quite

How to model a covariant association-class in UML?

╄→гoц情女王★ 提交于 2020-07-22 10:59:20
问题 In short I would like to model a covariant association between two classes, that can each be specialized. I need to show the specialization of the related association-classes. But I want to avoid that my model could mean that there are redundant associations (i.e. one between the generalizations and one between the specializations. Step by step explanation of the problem I have in an UML class diagram a many-many association between a Person and a Contract . A person can be involved in