public interface FinalStateStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinalState(ProgramState state,
Collection<ProgramState> successorStates,
SemanticsCommand semanticsCommand)
Checks whether the given state is a final state
|
boolean isFinalState(ProgramState state, Collection<ProgramState> successorStates, SemanticsCommand semanticsCommand)
state - The state to checksuccessorStates - The successor states when executing one further stepsemanticsCommand - The statement that is executed for the given stateCopyright © 2018. All rights reserved.