|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <utility>#include "storm-dft/storage/DFT.h"#include "storm-gspn/storage/gspn/GSPN.h"#include "storm/storage/jani/Model.h"

Go to the source code of this file.
Namespaces | |
| namespace | storm |
| namespace | storm::dft |
| namespace | storm::dft::api |
Functions | |
| template<typename ValueType> | |
| std::pair< std::shared_ptr< storm::gspn::GSPN >, uint64_t > | storm::dft::api::transformToGSPN (storm::dft::storage::DFT< ValueType > const &dft) |
| Transform DFT to GSPN. | |
| std::shared_ptr< storm::jani::Model > | storm::dft::api::transformToJani (storm::gspn::GSPN const &gspn, uint64_t toplevelFailedPlace) |
| Transform GSPN to Jani model. | |