Storm
A Modern Probabilistic Model Checker
|
Exports a GSPN into the JSON format for visualizing it. More...
#include <GspnJsonExporter.h>
Public Types | |
typedef storm::json< double > | Json |
Static Public Member Functions | |
static void | toStream (storm::gspn::GSPN const &gspn, std::ostream &os) |
static Json | translate (storm::gspn::GSPN const &gspn) |
Exports a GSPN into the JSON format for visualizing it.
Definition at line 13 of file GspnJsonExporter.h.
typedef storm::json<double> storm::gspn::GspnJsonExporter::Json |
Definition at line 15 of file GspnJsonExporter.h.
|
static |
Definition at line 16 of file GspnJsonExporter.cpp.
|
static |
Definition at line 20 of file GspnJsonExporter.cpp.