Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle action start and done nodes in Actions in diagrams #269

Closed
jerome-obeo opened this issue May 2, 2024 · 1 comment · Fixed by #335
Closed

Handle action start and done nodes in Actions in diagrams #269

jerome-obeo opened this issue May 2, 2024 · 1 comment · Fixed by #335

Comments

@jerome-obeo
Copy link
Contributor

jerome-obeo commented May 2, 2024

The SysML v2 specification specifies (2024-03, p98):

Every action inherits the features start and done from the base action definition Actions::Action, which represent the start and end snapshots of the action.

Succession edges can reference these snapshots as the source (for start) or target (for done).

These nodes may be created in ActionXXX body in Action Flow View and General View diagrams

@jerome-obeo jerome-obeo changed the title Handle action start and end nodes in diagrams Handle action start and end nodes in Action Flow View diagram May 2, 2024
@AxelRICHARD AxelRICHARD added this to the 2024.5.0 milestone May 6, 2024
@jerome-obeo jerome-obeo changed the title Handle action start and end nodes in Action Flow View diagram Handle action start and done nodes in Action Flow View diagram May 21, 2024
@AxelRICHARD AxelRICHARD modified the milestones: 2024.5.0, 2024.7.0 May 22, 2024
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue May 29, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue May 29, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue May 29, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
@AxelRICHARD AxelRICHARD linked a pull request May 29, 2024 that will close this issue
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 3, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 3, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
@jerome-obeo jerome-obeo changed the title Handle action start and done nodes in Action Flow View diagram Handle action start and done nodes in Action in diagrams Jun 3, 2024
@jerome-obeo jerome-obeo changed the title Handle action start and done nodes in Action in diagrams Handle action start and done nodes in Actions in diagrams Jun 3, 2024
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 3, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit to jerome-obeo/syson that referenced this issue Jun 4, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit that referenced this issue Jun 4, 2024
Bug: #269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit to jerome-obeo/syson that referenced this issue Jun 4, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
@jerome-obeo
Copy link
Contributor Author

As this issue covers both standard start and done actions, we must keep it open since PR #335 is related to start only.

AxelRICHARD pushed a commit that referenced this issue Jun 4, 2024
Bug: #269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 4, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 4, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit to jerome-obeo/syson that referenced this issue Jun 4, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit that referenced this issue Jun 4, 2024
Bug: #269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 5, 2024
Start and Done special actions break the automatic cleanup of succession
edge when they are deleted from the diagram.

+ Avoid creation of Dependency edge tool on those actions.

Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 5, 2024
Start and Done special actions break the automatic cleanup of succession
edge when they are deleted from the diagram.

+ Avoid creation of Dependency edge tool on those actions.

Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 5, 2024
Start and Done special actions break the automatic cleanup of succession
edge when they are deleted from the diagram.

Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 5, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
jerome-obeo added a commit to jerome-obeo/syson that referenced this issue Jun 5, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit that referenced this issue Jun 5, 2024
Start and Done special actions break the automatic cleanup of succession
edge when they are deleted from the diagram.

Bug: #269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit to jerome-obeo/syson that referenced this issue Jun 5, 2024
Bug: eclipse-syson#269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
AxelRICHARD pushed a commit that referenced this issue Jun 5, 2024
Bug: #269
Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants