Storm
A Modern Probabilistic Model Checker
|
#include <unordered_map>
#include "storm-gspn/builder/JaniGSPNBuilder.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 |
LabParser.cpp. | |
namespace | storm::api |
Functions | |
storm::jani::Model * | storm::api::buildJani (storm::gspn::GSPN const &gspn) |
Builds JANI model from GSPN. | |
void | storm::api::handleGSPNExportSettings (storm::gspn::GSPN const &gspn, std::function< std::vector< storm::jani::Property >(storm::builder::JaniGSPNBuilder const &)> const &janiProperyGetter) |
std::unordered_map< std::string, uint64_t > | storm::api::parseCapacitiesList (std::string const &filename, storm::gspn::GSPN const &gspn) |