public interface PartialStateSpace
| Modifier and Type | Method and Description |
|---|---|
void |
continueExecution(ProcedureCall call)
restarts the stateSpace generation with the
represented state as the first unexplored state.
|
StateSpace |
unfinishedStateSpace()
(note that the stateSpace can still be changing,
i.e the stateSpace before and after calling continueExecution
is not identical)
|
void continueExecution(ProcedureCall call)
call - the procedureCall generating the
given stateSpace (i.e. the code analysed by
this stateSpace).StateSpace unfinishedStateSpace()
Copyright © 2018. All rights reserved.