16template<
typename ValueType>
17std::shared_ptr<storm::dft::storage::DFT<ValueType>>
loadDFTGalileoFile(std::string
const& file);
25template<
typename ValueType>
26std::shared_ptr<storm::dft::storage::DFT<ValueType>>
loadDFTJsonString(std::string
const& jsonString);
34template<
typename ValueType>
35std::shared_ptr<storm::dft::storage::DFT<ValueType>>
loadDFTJsonFile(std::string
const& file);
43template<
typename ValueType>
44void exportDFTToJsonFile(storm::dft::storage::DFT<ValueType>
const& dft, std::string
const& file);
52template<
typename ValueType>
61template<
typename ValueType>
Represents a Dynamic Fault Tree.
void exportDFTToJsonFile(storm::dft::storage::DFT< ValueType > const &dft, std::string const &file)
Export DFT to JSON file.
std::shared_ptr< storm::dft::storage::DFT< ValueType > > loadDFTGalileoFile(std::string const &file)
Load DFT from Galileo file.
std::string exportDFTToJsonString(storm::dft::storage::DFT< ValueType > const &dft)
Export DFT to JSON string.
std::shared_ptr< storm::dft::storage::DFT< ValueType > > loadDFTJsonFile(std::string const &file)
Load DFT from JSON file.
std::shared_ptr< storm::dft::storage::DFT< ValueType > > loadDFTJsonString(std::string const &jsonString)
Load DFT from JSON string.
void exportDFTToSMT(storm::dft::storage::DFT< double > const &dft, std::string const &file)