Storm 1.10.0.1
A Modern Probabilistic Model Checker
|
Parser for DFT in the Galileo format. More...
#include <DFTGalileoParser.h>
Static Public Member Functions | |
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.). | |
Parser for DFT in the Galileo format.
The original definition of the Galileo format is given at https://www.cse.msu.edu/~cse870/Materials/FaultTolerant/manual-galileo.htm Extensions of the format are provided at https://dftbenchmarks.utwente.nl/galileo.html
Definition at line 19 of file DFTGalileoParser.h.
|
static |
Parse DFT in Galileo format and build DFT.
filename | File. |
Definition at line 18 of file DFTGalileoParser.cpp.
|
static |
Parse element name (strip quotation marks, etc.).
name | Element name. |
Definition at line 157 of file DFTGalileoParser.cpp.