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

Support Reachability Graphs #130

Closed
Garfield96 opened this issue Aug 23, 2020 · 0 comments · Fixed by #168
Closed

Support Reachability Graphs #130

Garfield96 opened this issue Aug 23, 2020 · 0 comments · Fixed by #168
Assignees
Labels
enhancement New feature or request

Comments

@Garfield96
Copy link

Is your feature request related to a problem?

In the context of Petri nets, a second diagram type is needed to describe the reachability of states within a Petri net. A reachability graph is a simple graph consisting of nodes containing a numeric vector (comma separated list) connected by simple arrows. No multiplicities are needed, but instead, an annotation of the arrows should be possible to show which transition caused the state change. The start state is marked by an arrow pointing to the node representing the start state. Since dangling arrows are probably difficult to realize using drawing tools, I suggest implementing this as an attribute (checkbox) of the nodes.

Describe the solution you'd like

Create a new diagram type for reachability graphs. I suggest using activity diagrams as a baseline and only use the action node type.

image

@dejdav dejdav self-assigned this May 11, 2021
@dejdav dejdav added the enhancement New feature or request label May 12, 2021
This was referenced May 15, 2021
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

Successfully merging a pull request may close this issue.

2 participants