FaultTree v0.1.0 FaultTree.Analyzer.Probability View Source
Holds state when processing the probability across a fault tree. This is particularly useful for transfer gates when trying to determine the probability of their source node.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Return the cached probability result for a given node.
Store the result of a probability calculation. Returns the node for chaining.
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
lookup(node, pid) View Source
Return the cached probability result for a given node.
Link to this function
save(node, pid) View Source
Store the result of a probability calculation. Returns the node for chaining.