Functions to check a system's event-diagnosability and computation of an event-diagnoser.
More...
|
bool | faudes::IsEventDiagnosable (const System &rGen, const AttributeFailureTypeMap &rFailureTypeMap, string &rReportString) |
|
bool | faudes::IsEventDiagnosable (const System &rGen, const AttributeFailureTypeMap &rFailureTypeMap) |
| Function definition for run-time interface. More...
|
|
bool | faudes::IsIndicatorEventDiagnosable (const System &rGen, const AttributeFailureTypeMap &rFailureTypeMap, string &rReportString) |
|
bool | faudes::IsIndicatorEventDiagnosable (const System &rGen, const AttributeFailureTypeMap &rFailureTypeMap) |
| Function definition for run-time interface. More...
|
|
bool | faudes::MeetsDiagnosabilityAssumptions (const System &rGen, const AttributeFailureTypeMap &rFailureTypeMap, string &rReportString) |
|
void | faudes::ConvertParallelCompositionMap (const map< pair< Idx, Idx >, Idx > &rReverseCompositionMap, map< Idx, pair< Idx, Idx > > &rCompositionMap) |
|
bool | faudes::IsLive (const System &rGen, string &rReport) |
|
bool | faudes::CycleOfUnobsEvents (const System &rGen, string &rReport) |
|
bool | faudes::FailuresUnobservable (const System &rGen, const AttributeFailureTypeMap &rFailureTypeMap, string &rReport) |
|
bool | faudes::ExistsCycle (const System &rGen, string &rReport) |
|
bool | faudes::ExistsCycleSearch (const System &rGen, StateSet &rTodo, Idx currState, StateSet statesOnPath, string &rReport) |
|
void | faudes::CycleStartStates (const System &rGen, StateSet &rCycleOrigins) |
| Find all start/end states of cycles of unobservable events in a generator. More...
|
|
void | faudes::CycleStartStatesSearch (const System &rGen, StateSet &rTodo, Idx currState, StateSet statesOnPath, StateSet &rCycleOriginStates) |
| Auxiliary function for CycleStartStates(). More...
|
|
bool | faudes::ExistsViolatingCyclesInGd (System &rGd, const Diagnoser &rGobs, map< pair< Idx, Idx >, Idx > &rReverseCompositionMap, const string &rFailureType, string &rReportString) |
|
void | faudes::ComputeGobs (const System &rOrigGen, const string &rFailureType, const EventSet &rFailureEvents, Diagnoser &rGobs) |
|
void | faudes::ComputeGobs (const System &rOrigGen, const AttributeFailureTypeMap &rAttrFTMap, Diagnoser &rGobs) |
| Compute G_o for a given generator with a given failure partition (according to Jiang). More...
|
|
void | faudes::ComputeGd (const Diagnoser &rGobs, map< pair< Idx, Idx >, Idx > &rReverseCompositionMap, System &rGd) |
|
void | faudes::TrimNonIndicatorTracesOfGd (System &rGd, const Diagnoser &rGobs, const Idx rFailureType, const EventSet &rIndicatorEvents, const map< pair< Idx, Idx >, Idx > &rReverseCompositionMap) |
|
void | faudes::TrimNonIndicatorTracesOfGdRecursive (System &rGd, const Diagnoser &rGobs, const Idx rFailureType, const EventSet &rIndicatorEvents, map< Idx, pair< Idx, Idx > > &rCompositionMap, Idx state, StateSet &rStatesDone) |
|
void | faudes::ComputeReachability (const System &rGen, const EventSet &rUnobsEvents, const EventSet &rFailures, Idx State, const AttributeFailureTypeMap &rAttrFTMap, map< Idx, multimap< Idx, DiagLabelSet > > &rReachabilityMap) |
|
void | faudes::ComputeReachabilityRecursive (const System &rGen, const EventSet &rUnobsEvents, const EventSet &rFailures, Idx State, const AttributeFailureTypeMap &rAttrFTMap, map< Idx, multimap< Idx, DiagLabelSet > > &rReachabilityMap, const DiagLabelSet FToccurred) |
|
TransSet | faudes::ActiveBackwardTransSet (const System &rGen, Idx state) |
| Obtain all transitions from other states into a given state of a generator. More...
|
|
void | faudes::EventDiagnoser (const System &rOrigGen, const map< string, EventSet > &rFailureTypeMap, Diagnoser &rDiagGen) |
|
void | faudes::LabelPropagation (const DiagLabelSet &lastLabel, const DiagLabelSet &failureTypes, DiagLabelSet &newLabel) |
| Generate a new label. More...
|
|
void | faudes::LabelCorrection (const multimap< Idx, DiagLabelSet > &mm, AttributeDiagnoserState &attr) |
|
|
void | faudes::EventDiagnoser (const System &rOrigGen, const AttributeFailureTypeMap &rAttrFTMap, Diagnoser &rDiagGen) |
| Compute a standard diagnoser from an input generator and a failure partition. More...
|
|
Functions to check a system's event-diagnosability and computation of an event-diagnoser.
Covers diagnosability with respect to failure events (diagnosability, I-diagnosability).
Definition in file diag_eventdiagnosis.cpp.