|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <TimeBound.h>
Public Member Functions | |
| TimeBound (bool strict, storm::expressions::Expression const &bound) | |
| storm::expressions::Expression const & | getBound () const |
| bool | isStrict () const |
Definition at line 8 of file TimeBound.h.
| storm::logic::TimeBound::TimeBound | ( | bool | strict, |
| storm::expressions::Expression const & | bound | ||
| ) |
Definition at line 6 of file TimeBound.cpp.
| storm::expressions::Expression const & storm::logic::TimeBound::getBound | ( | ) | const |
Definition at line 10 of file TimeBound.cpp.
| bool storm::logic::TimeBound::isStrict | ( | ) | const |
Definition at line 14 of file TimeBound.cpp.