7template<
typename ValueType>
12template<
typename ValueType>
16template<
typename ValueType>
26template<
typename ValueType>
71 static std::string parseName(std::string
const& name);
78 static std::string parseValue(Json value);
Parser for DFT in custom JSON format.
static storm::dft::storage::DFT< ValueType > parseJsonFromFile(std::string const &filename)
Parse DFT from JSON format given as file and build DFT.
static storm::dft::storage::DFT< ValueType > parseJsonFromString(std::string const &jsonString)
Parse DFT from JSON format given as a string and build DFT.
Represents a Dynamic Fault Tree.
Parser for values according to their ValueType.
Contains all file parsers and helper classes.
nlohmann::basic_json< std::map, std::vector, std::string, bool, int64_t, uint64_t, ValueType > json