Problems building a Use Case through UI #975
Replies: 1 comment
-
|
Hello, My answers below:
Indeed, the compartment for actions inside a UseCase has not been provided yet in SysON.
The UseCase elements cannot be represented in the ActionFlowView diagram yet in SysON. But it should as a UseCase is a specific Action.
SysON simply follows the SysMLv2 specification. It allows to create start/done actions. A start action is simply an Action that inherits from Actions::start from the standard library. Same for the done action with Actions::done.
SysON does not handle this part of the specification yet. Regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When attempting to emulate the transportPassenger_1 use case from the SysML v2 standard (Section A.6, pg. 661, Figure 66), I had several difficulties:
Note - I took a few shortcuts, so the final diagram has fewer forks/joins that the specification example. Figures attached, including the SysON text/code download.
Beta Was this translation helpful? Give feedback.
All reactions