FaultTree v0.1.0 API Reference
Modules
Main module for creating and interacting with fault trees.
Handles building a fault tree out of an array of nodes.
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.
Handling for AND logic gates.
Handling for ATLEAST logic gates.
Handling for OR logic gates.
Helper math functions.
Individual nodes inside of a fault tree.
Parse an XML document into a FaultTree. The XML schema expected is mostly for opsa-mef, defined at: https://github.com/rakhimov/scram/blob/master/share/input.rng
Handler for HTTP requests.