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

Add a Simulation for State Machines #1044

Open
maurpa opened this issue Jan 7, 2022 · 0 comments · May be fixed by #1158
Open

Add a Simulation for State Machines #1044

maurpa opened this issue Jan 7, 2022 · 0 comments · May be fixed by #1158
Assignees
Labels
feature New feature or request

Comments

@maurpa
Copy link
Contributor

maurpa commented Jan 7, 2022

  • Provide a current State and the next States which can be selected
  • Color the corresponding states in the state machines
@maurpa maurpa added the feature New feature or request label Jan 7, 2022
@maurpa maurpa self-assigned this Jan 7, 2022
maurpa added a commit that referenced this issue Jan 11, 2022
maurpa added a commit that referenced this issue Jan 17, 2022
- Fixed bug that enabled transitions are not updated
- Fixed bug that buttons are not removed from simulator ui
 #1044
maurpa pushed a commit that referenced this issue Feb 21, 2022
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
- the state machine simulator view now reacts to the state machines
  selected in the navigator or state machine diagrams
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
- selecting a transition in the simulator highlights the corresponding
  transition in the diagram
- selecting a transition in the diagram selects the transition in the
  transition viewer
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023


- the previous implementation had a quadratic worst-case complexity
- the improved implementation has linear complexity (in the number of
  state machines)
@pchrszon-dlr pchrszon-dlr linked a pull request Aug 28, 2023 that will close this issue
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
- the state machine simulator view now reacts to the state machines
  selected in the navigator or state machine diagrams
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
- selecting a transition in the simulator highlights the corresponding
  transition in the diagram
- selecting a transition in the diagram selects the transition in the
  transition viewer
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023


- the previous implementation had a quadratic worst-case complexity
- the improved implementation has linear complexity (in the number of
  state machines)
pchrszon-dlr added a commit that referenced this issue Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant