Storm
1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ModelExportFormat.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
storm
{
6
namespace
io
{
7
8
enum class
ModelExportFormat
{
Dot
,
Drdd
,
Drn
,
Json
,
Umb
};
9
14
ModelExportFormat
getModelExportFormatFromString
(std::string
const
& input);
15
19
std::string
toString
(
ModelExportFormat
const
& input);
20
25
ModelExportFormat
getModelExportFormatFromFileExtension
(std::string
const
& filename);
26
}
// namespace io
27
}
// namespace storm
storm::io
Definition
ArchiveReader.cpp:14
storm::io::ModelExportFormat
ModelExportFormat
Definition
ModelExportFormat.h:8
storm::io::ModelExportFormat::Drdd
@ Drdd
Definition
ModelExportFormat.h:8
storm::io::ModelExportFormat::Umb
@ Umb
Definition
ModelExportFormat.h:8
storm::io::ModelExportFormat::Drn
@ Drn
Definition
ModelExportFormat.h:8
storm::io::ModelExportFormat::Dot
@ Dot
Definition
ModelExportFormat.h:8
storm::io::ModelExportFormat::Json
@ Json
Definition
ModelExportFormat.h:8
storm::io::toString
std::string toString(CompressionMode const &input)
Definition
CompressionMode.cpp:23
storm::io::getModelExportFormatFromString
ModelExportFormat getModelExportFormatFromString(std::string const &input)
Definition
ModelExportFormat.cpp:12
storm::io::getModelExportFormatFromFileExtension
ModelExportFormat getModelExportFormatFromFileExtension(std::string const &filename)
Definition
ModelExportFormat.cpp:43
storm
Definition
AutomaticSettings.cpp:13
src
storm
io
ModelExportFormat.h
Generated by
1.15.0