DiagNetwork Methods
From DSL
Class : DiagNetwork Methods
| Return Type | Method Name | Arguments |
| void | DiagNetwork( ) | Network net |
| int | findMostLikelyFault( ) | - |
| int | findMostLikelyFault( ) | - |
| boolea | getDSep( ) | - |
| FaultInfo | getFault( ) | int faultIndex |
| int | getFaultCount( ) | - |
| int | getFaultIndex( ) | int nodeHandle, int outcomeIndex |
| int | getFaultIndex( ) | int nodeHandle, String outcomeId |
| int | getFaultIndex( ) | String nodeId, String outcomeId |
| int | getFaultIndex( ) | String nodeId, int outcomeIndex |
| int | getFaultIndex( ) | int faultIndex |
| string | getFaultNodeId( ) | int faultIndex |
| int | getFaultOutcome | int faultIndex |
| string | getFaultOutcomeId | int faultIndex |
| void | getMultiFaultAlgorithm( ) | - |
| void | getMultiFaultAlgorithm( ) | int type |
| int | getPursuedFault | - |
| int[] | getPursuedFaults | - |
| int[] | getUnperformedObservations( ) | - |
| string[] | getUnperformedObservationsIds( ) | - |
| int | getUnperformedTestCount( ) | - |
| void | instantiateObservation( ) | int nodeHandle, int outcomeIndex |
| void | instantiateObservation( ) | int nodeHandle, String outcomeId |
| void | instantiateObservation( ) | String nodeId, String outcomeId |
| void | instantiateObservation( ) | String nodeId, int outcomeIndex |
| bool | mandatoriesInstantiated( ) | - |
| void | releaseObservation( ) | int nodeHandle |
| void | releaseObservation( ) | String nodeId |
| void | setDSep( ) | boolean value |
| void | setPursuedFault | int faultIndex |
| void | setPursuedFaults | int[] faultIndices |
| DiagResults | update() | - |