|
|
@ -14,16 +14,6 @@ namespace storm { |
|
|
|
*/ |
|
|
|
JaniExportSettings(); |
|
|
|
|
|
|
|
/** |
|
|
|
* Retrievew whether the pgcl file option was set |
|
|
|
*/ |
|
|
|
bool isJaniFileSet() const; |
|
|
|
|
|
|
|
/** |
|
|
|
* Retrieves the pgcl file name |
|
|
|
*/ |
|
|
|
std::string getJaniFilename() const; |
|
|
|
|
|
|
|
bool isExportAsStandardJaniSet() const; |
|
|
|
|
|
|
|
bool isExportFlattenedSet() const; |
|
|
@ -42,8 +32,6 @@ namespace storm { |
|
|
|
static const std::string moduleName; |
|
|
|
|
|
|
|
private: |
|
|
|
static const std::string janiFileOptionName; |
|
|
|
static const std::string janiFileOptionShortName; |
|
|
|
static const std::string standardCompliantOptionName; |
|
|
|
static const std::string standardCompliantOptionShortName; |
|
|
|
static const std::string exportFlattenOptionName; |
|
|
|