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

Transitions between states that have different parents should be prevented #2

Open
echebbi opened this issue Feb 9, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@echebbi
Copy link
Owner

echebbi commented Feb 9, 2018

If a FSM owns a State that has a Transition toward a State contained by a nested FSM, then the Transition is not shown by the diagram editor.

Since that can make difficult to understand a diagram, all the Transitions should be displayed in one way or another. Maybe use a dashed line or tune the label to differentiate the Transitions linked to nested States ?

@echebbi echebbi added the enhancement New feature or request label Feb 9, 2018
@echebbi echebbi self-assigned this Feb 9, 2018
@echebbi echebbi changed the title Transitions between a State and a nested FSM's State are not displayed Transitions between states that have different parents should be prevented Feb 22, 2018
@echebbi
Copy link
Owner Author

echebbi commented Feb 22, 2018

Upon consideration, such transitions should merely be prohibited. This is still allowed at the moment but shall be prevented with the introduction of finite states.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant