C# Class Microsoft.Zing.ZingExplorerExhaustiveSearch

Inheritance: ZingExplorer
Datei anzeigen Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
ZingExplorerExhaustiveSearch ( ) : System

Protected Methods

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

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

ZingExplorerExhaustiveSearch() public method

public ZingExplorerExhaustiveSearch ( ) : System
return System