-
Notifications
You must be signed in to change notification settings - Fork 45
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
Multiple internal transitions are not rendered nicely #157
Comments
Hi @noricor - I guess you mean that this... ...could render nicer? State-machine-cat runs into the limitations of the auto-layout engine in some occasions. I'm on the lookout for an other one. That said if I interpret your last sentence correctly: would something like this work? Or does this miss something?
|
Hi, yes, you identified the rendering issue correctly, especially for large state machines (20-30 states with lots of transitions and stuff) this becomes a readability issue. Regarding the second part. Yes, this would work and it is also more in line with the UML 2.5 spec which introduces an "internal transition compartment" for states
Cheers |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
If a state has multiple internal transitions the rendered output is not very readable.
It seems like all internal transitions are smashed together.
Can they be separated somehow so that they are nicely readable?
Here an example:
Alternatively internal transitions could also be displayed within a state (like entry, exit, do)
as it is defined in the UML specification.
The text was updated successfully, but these errors were encountered: