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 different button-door relation in Lab Recruits random EFSM generator #13

Open
deid00 opened this issue Jul 29, 2022 · 0 comments
Assignees

Comments

@deid00
Copy link
Contributor

deid00 commented Jul 29, 2022

The current random generator supports the n-m relation between doors and buttons, namely, a door can be opened by many buttons and a button can open many doors. We would like to give the user the possibility of selecting other relations:

  • 1-1 relation: a door is opened by a button and a button opens at most one door
  • n-1 relation: a door can be opened by many buttons but a button opens at most one door
  • 1-n relation: a door is opened by a button and a button opens many doors
@deid00 deid00 self-assigned this Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant