17const std::string ConversionOutputSettings::janiOutputOptionName =
"tojani";
18const std::string ConversionOutputSettings::prismOutputOptionName =
"toprism";
60 "Tried to get the prism output name although none was specified.");
virtual std::string getValueAsString() const =0
Retrieves the value of this argument as a string.
virtual bool getHasBeenSet() const
Retrieves whether the argument has been set.
virtual bool wasSetFromDefaultValue() const =0
static ArgumentBuilder createStringArgument(std::string const &name, std::string const &description)
Creates a string argument with the given parameters.
static std::shared_ptr< ArgumentValidator< std::string > > createWritableFileValidator()
This class provides the interface to create an option...
ArgumentBase const & getArgumentByName(std::string const &argumentName) const
Returns a reference to the argument with the specified long name.
bool getHasOptionBeenSet() const
Retrieves whether the option has been set.
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.
void addOption(std::shared_ptr< Option > const &option)
Adds and registers the given option.
Option & getOption(std::string const &longName)
Retrieves the option with the given long name.
#define STORM_LOG_THROW(cond, exception, message)
SettingsType const & getModule()
Get module.