#include <JSONExporter.h>
|
| static void | toFile (storm::jani::Model const &janiModel, std::vector< storm::jani::Property > const &formulas, std::string const &filepath, bool checkValid=true, bool compact=false) |
| static void | toStream (storm::jani::Model const &janiModel, std::vector< storm::jani::Property > const &formulas, std::ostream &ostream, bool checkValid=false, bool compact=false) |
| static ExportJsonType | getEdgeAsJson (storm::jani::Model const &janiModel, uint64_t automatonIndex, uint64_t edgeIndex, bool commentExpressions=true) |
Definition at line 97 of file JSONExporter.h.
◆ JsonExporter()
| storm::jani::JsonExporter::JsonExporter |
( |
| ) |
|
|
default |
◆ getEdgeAsJson()
| ExportJsonType storm::jani::JsonExporter::getEdgeAsJson |
( |
storm::jani::Model const & | janiModel, |
|
|
uint64_t | automatonIndex, |
|
|
uint64_t | edgeIndex, |
|
|
bool | commentExpressions = true ) |
|
static |
◆ toFile()
| void storm::jani::JsonExporter::toFile |
( |
storm::jani::Model const & | janiModel, |
|
|
std::vector< storm::jani::Property > const & | formulas, |
|
|
std::string const & | filepath, |
|
|
bool | checkValid = true, |
|
|
bool | compact = false ) |
|
static |
◆ toStream()
| void storm::jani::JsonExporter::toStream |
( |
storm::jani::Model const & | janiModel, |
|
|
std::vector< storm::jani::Property > const & | formulas, |
|
|
std::ostream & | ostream, |
|
|
bool | checkValid = false, |
|
|
bool | compact = false ) |
|
static |
The documentation for this class was generated from the following files: