C# Class Microsoft.Zing.ZingExplorerStateLessSearch

Inheritance: ZingExplorer
Show file Open project: ZingModelChecker/Zing

Public Methods

Method Description
ZingExplorerStateLessSearch ( ) : System

Protected Methods

Method Description
IterativeSearchStateSpace ( ) : ZingerResult
MustExplore ( TraversalInfo ti ) : bool
SearchStateSpace ( object obj ) : void
VisitState ( TraversalInfo ti ) : void

Private Methods

Method Description
SearchStackContains ( Stack stack, TraversalInfo ti ) : bool

Method Details

IterativeSearchStateSpace() protected method

protected IterativeSearchStateSpace ( ) : ZingerResult
return ZingerResult

MustExplore() protected method

protected MustExplore ( TraversalInfo ti ) : bool
ti TraversalInfo
return bool

SearchStateSpace() protected method

protected SearchStateSpace ( object obj ) : void
obj object
return void

VisitState() protected method

protected VisitState ( TraversalInfo ti ) : void
ti TraversalInfo
return void

ZingExplorerStateLessSearch() public method

public ZingExplorerStateLessSearch ( ) : System
return System