Storm
A Modern Probabilistic Model Checker
|
#include <ArgumentValidators.h>
Public Member Functions | |
virtual | ~ArgumentValidator ()=default |
virtual bool | isValid (ValueType const &value)=0 |
Checks whether the argument passes the validation. | |
virtual std::string | toString () const =0 |
Retrieves a string representation of the valid values. | |
Definition at line 13 of file ArgumentValidators.h.
|
virtualdefault |
|
pure virtual |
Checks whether the argument passes the validation.
Implemented in storm::settings::FileValidator, storm::settings::MultipleChoiceValidator, and storm::settings::RangeArgumentValidator< ValueType >.
|
pure virtual |
Retrieves a string representation of the valid values.
Implemented in storm::settings::RangeArgumentValidator< ValueType >, storm::settings::FileValidator, and storm::settings::MultipleChoiceValidator.