42 bool check()
const override;
50 static const std::string janiOutputOptionName;
52 static const std::string prismOutputOptionName;
bool isPrismOutputSet() const
Retrieves whether the output should be in the Prism format.
bool isJaniOutputFilenameSet() const
Retrieves whether an output filename for the jani file was specified.
bool isPrismOutputFilenameSet() const
Retrieves whether an output filename for the prism file was specified.
void finalize() override
Prepares the modules for further usage, should be called at the end of the initialization,...
std::string getPrismOutputFilename() const
Retrieves the name of the prism output (if specified)
bool isJaniOutputSet() const
Retrieves whether the output should be in the Jani format.
ConversionOutputSettings()
bool check() const override
Checks whether the settings are consistent.
std::string getJaniOutputFilename() const
Retrieves the name of the jani output (if specified)
static const std::string moduleName
This is the base class of the settings for a particular module.