#include <CombinatoricScenario.h>
Inheritance diagram for CODEX_VSS::DynamicCombinatoricScenario:

Public Member Functions | |
| DynamicCombinatoricScenario (unsigned int numServ, unsigned int numFaults) | |
| The constructor sets up the failure scenarios. | |
| virtual | ~DynamicCombinatoricScenario () |
| Virtual destructor. | |
| bool | inScenario (unsigned int host, unsigned int scenario) const |
| Is the host in a failure scenario? | |
Definition at line 31 of file CombinatoricScenario.h.
|
||||||||||||
|
The constructor sets up the failure scenarios. It performs a fair amount of work. Definition at line 38 of file CombinatoricScenario.h. |
|
||||||||||||
|
Is the host in a failure scenario?
Definition at line 62 of file CombinatoricScenario.h. |
1.4.1