public class InternalPartialStateSpace extends Object implements PartialStateSpace
| Constructor and Description |
|---|
InternalPartialStateSpace(ProgramState callingState,
StateSpaceGeneratorFactory stateSpaceGeneratorFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
continueExecution(ProcedureCall call)
restarts the stateSpace generation with the
represented state as the first unexplored state.
|
boolean |
equals(Object obj) |
int |
hashCode() |
StateSpace |
unfinishedStateSpace()
(note that the stateSpace can still be changing,
i.e the stateSpace before and after calling continueExecution
is not identical)
|
public InternalPartialStateSpace(ProgramState callingState, StateSpaceGeneratorFactory stateSpaceGeneratorFactory)
public void continueExecution(ProcedureCall call)
PartialStateSpacecontinueExecution in interface PartialStateSpacecall - the procedureCall generating the
given stateSpace (i.e. the code analysed by
this stateSpace).public StateSpace unfinishedStateSpace()
PartialStateSpaceunfinishedStateSpace in interface PartialStateSpaceCopyright © 2018. All rights reserved.