public class PathSearch extends Search
config, currentError, depth, depthLimit, doBacktrack, done, errors, getAllErrors, lastSearchConstraint, listeners, log, matchDepth, minFreeMemory, properties, reporter, stateDepth, vm| Constructor and Description | 
|---|
PathSearch(Config config,
          VM vm)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
requestBacktrack()
this is somewhat redundant to SystemState.setIgnored(), but we don't
 want to mix the case of overriding state matching with backtracking when
 searching for multiple errors 
 | 
void | 
search()  | 
boolean | 
supportsBacktrack()  | 
addListener, addProperty, backtrack, checkAndResetBacktrackRequest, checkPropertyViolation, checkStateSpaceLimit, cleanUp, error, error, forward, getConfig, getCurrentError, getDepth, getDepthLimit, getErrors, getLastError, getLastSearchConstraint, getNextListenerOfType, getNumberOfErrors, getProperties, getPurgedStateId, getSearchConstraint, getSearchState, getStateDepth, getStateId, getTransition, getVM, hasErrors, hasListenerOfType, hasNextState, hasPropertyTermination, initialize, isDone, isEndState, isErrorState, isIgnoredState, isNewState, isProcessedState, isVisitedState, notifyPropertyViolated, notifySearchConstraintHit, notifySearchFinished, notifySearchStarted, notifyStateAdvanced, notifyStateBacktracked, notifyStateProcessed, notifyStatePurged, notifyStateRestored, notifyStateStored, removeListener, removeProperty, resetProperties, restoreState, setDepthLimit, setIgnoredState, setReporter, setStateDepth, supportsRestoreState, terminate, transitionOccurredpublic boolean requestBacktrack()
SearchrequestBacktrack in class Searchpublic boolean supportsBacktrack()
supportsBacktrack in class Search