|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include "gspn_transformation.h"#include <memory>#include "storm-conv/api/storm-conv.h"#include "storm-conv/settings/modules/JaniExportSettings.h"#include "storm-dft/settings/modules/DftGspnSettings.h"#include "storm-dft/settings/modules/FaultTreeSettings.h"#include "storm-dft/transformations/DftToGspnTransformator.h"#include "storm-gspn/builder/JaniGSPNBuilder.h"#include "storm/settings/SettingsManager.h"
Go to the source code of this file.
Namespaces | |
| namespace | storm |
| namespace | storm::dft |
| namespace | storm::dft::api |
Functions | |
| template<> | |
| std::pair< std::shared_ptr< storm::gspn::GSPN >, uint64_t > | storm::dft::api::transformToGSPN (storm::dft::storage::DFT< double > const &dft) |
| template<> | |
| std::pair< std::shared_ptr< storm::gspn::GSPN >, uint64_t > | storm::dft::api::transformToGSPN (storm::dft::storage::DFT< storm::RationalFunction > const &dft) |
| std::shared_ptr< storm::jani::Model > | storm::dft::api::transformToJani (storm::gspn::GSPN const &gspn, uint64_t toplevelFailedPlace) |
| Transform GSPN to Jani model. | |