|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <ArgumentValidators.h>


Public Member Functions | |
| RangeArgumentValidator (boost::optional< ValueType > const &lower, boost::optional< ValueType > const &upper, bool lowerIncluded, bool upperIncluded) | |
| virtual bool | isValid (ValueType const &value) override |
| Checks whether the argument passes the validation. | |
| virtual std::string | toString () const override |
| Retrieves a string representation of the valid values. | |
Public Member Functions inherited from storm::settings::ArgumentValidator< ValueType > | |
| virtual | ~ArgumentValidator ()=default |
Definition at line 29 of file ArgumentValidators.h.
| storm::settings::RangeArgumentValidator< ValueType >::RangeArgumentValidator | ( | boost::optional< ValueType > const & | lower, |
| boost::optional< ValueType > const & | upper, | ||
| bool | lowerIncluded, | ||
| bool | upperIncluded | ||
| ) |
Definition at line 19 of file ArgumentValidators.cpp.
|
overridevirtual |
Checks whether the argument passes the validation.
Implements storm::settings::ArgumentValidator< ValueType >.
Definition at line 26 of file ArgumentValidators.cpp.
|
overridevirtual |
Retrieves a string representation of the valid values.
Implements storm::settings::ArgumentValidator< ValueType >.
Definition at line 46 of file ArgumentValidators.cpp.