Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RegionSettings.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace settings {
7namespace modules {
8
13 public:
18
22 bool isRegionSet() const;
23
27 std::string getRegionString() const;
28
32 bool isRegionBoundSet() const;
33
37 std::string getRegionBoundString() const;
38
39 const static std::string moduleName;
40};
41
42} // namespace modules
43} // namespace settings
44} // namespace storm
This is the base class of the settings for a particular module.
This class represents the settings for parametric model checking.
bool isRegionSet() const
Retrieves whether region(s) were declared.
std::string getRegionString() const
Retrieves the region definition string.
std::string getRegionBoundString() const
Retrieves the region definition string.
bool isRegionBoundSet() const
Retrieves whether region bound is declared.
RegionSettings()
Creates a new set of parametric model checking settings.
LabParser.cpp.
Definition cli.cpp:18