C# Class Microsoft.Zing.ZingExplorerLivenessSampling

Inheritance: ZingExplorer
Exibir arquivo Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
ZingExplorerLivenessSampling ( ) : 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

ZingExplorerLivenessSampling() public method

public ZingExplorerLivenessSampling ( ) : System
return System