public class DepthFirstStateExplorationStrategy extends Object implements StateExplorationStrategy
| Constructor and Description |
|---|
DepthFirstStateExplorationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUnexploredState(ProgramState state,
boolean isMaterializedState) |
ProgramState |
getNextUnexploredState() |
boolean |
hasUnexploredStates() |
public boolean hasUnexploredStates()
hasUnexploredStates in interface StateExplorationStrategypublic ProgramState getNextUnexploredState()
getNextUnexploredState in interface StateExplorationStrategypublic void addUnexploredState(ProgramState state, boolean isMaterializedState)
addUnexploredState in interface StateExplorationStrategyCopyright © 2018. All rights reserved.