7template<
typename ValueType>
12template<
typename ValueType>
16template<
typename ValueType>
31template<
typename ValueType>
50 static std::string
parseName(std::string
const& name);
72 static std::string parseValue(std::string name, std::string& line);
Parser for DFT in the Galileo format.
static storm::dft::storage::DFT< ValueType > parseDFT(std::string const &filename)
Parse DFT in Galileo format and build DFT.
static std::string parseName(std::string const &name)
Parse element name (strip quotation marks, etc.).
Represents a Dynamic Fault Tree.
Parser for values according to their ValueType.
Contains all file parsers and helper classes.