Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
gspn_transformation.h File Reference
#include <utility>
#include "storm-dft/storage/DFT.h"
#include "storm-gspn/storage/gspn/GSPN.h"
#include "storm/storage/jani/Model.h"
Include dependency graph for gspn_transformation.h:
This graph shows which files directly or indirectly include this file:

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::Modelstorm::dft::api::transformToJani (storm::gspn::GSPN const &gspn, uint64_t toplevelFailedPlace)
 Transform GSPN to Jani model.