This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Get action that lead to one state. #24
Labels
enhancement
New feature or request
Comments
Or should |
True, that would be better in terms of computation. |
tdauth
added a commit
that referenced
this issue
Apr 1, 2019
Test two one incoming action from two different states.
Resolved via #25. |
tdauth
added a commit
that referenced
this issue
Apr 2, 2019
tdauth
added a commit
that referenced
this issue
Apr 9, 2019
tdauth
added a commit
that referenced
this issue
Apr 10, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be really useful to have a helper method in the GuiStateMachine that returns all actions that lead to one SutState, instead of only the
getAllExploredActions
method. Something like:getIncomingActions(SutState state)
.The text was updated successfully, but these errors were encountered: