Storm
A Modern Probabilistic Model Checker
|
#include <InstantaneousRewardFormula.h>
Additional Inherited Members | |
![]() | |
static std::shared_ptr< Formula const > | getTrueFormula () |
Definition at line 11 of file InstantaneousRewardFormula.h.
storm::logic::InstantaneousRewardFormula::InstantaneousRewardFormula | ( | storm::expressions::Expression const & | bound, |
TimeBoundType const & | timeBoundType = TimeBoundType::Time |
||
) |
Definition at line 13 of file InstantaneousRewardFormula.cpp.
|
inlinevirtual |
Definition at line 15 of file InstantaneousRewardFormula.h.
|
overridevirtual |
Implements storm::logic::Formula.
Definition at line 26 of file InstantaneousRewardFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 66 of file InstantaneousRewardFormula.cpp.
double storm::logic::InstantaneousRewardFormula::getBound | ( | ) | const |
Definition at line 51 of file InstantaneousRewardFormula.cpp.
uint64_t storm::logic::InstantaneousRewardFormula::getBound | ( | ) | const |
Definition at line 59 of file InstantaneousRewardFormula.cpp.
storm::expressions::Expression const & storm::logic::InstantaneousRewardFormula::getBound | ( | ) | const |
Definition at line 46 of file InstantaneousRewardFormula.cpp.
ValueType storm::logic::InstantaneousRewardFormula::getBound | ( | ) | const |
TimeBoundType const & storm::logic::InstantaneousRewardFormula::getTimeBoundType | ( | ) | const |
Definition at line 30 of file InstantaneousRewardFormula.cpp.
bool storm::logic::InstantaneousRewardFormula::hasIntegerBound | ( | ) | const |
Definition at line 42 of file InstantaneousRewardFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 18 of file InstantaneousRewardFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 22 of file InstantaneousRewardFormula.cpp.
bool storm::logic::InstantaneousRewardFormula::isStepBounded | ( | ) | const |
Definition at line 34 of file InstantaneousRewardFormula.cpp.
bool storm::logic::InstantaneousRewardFormula::isTimeBounded | ( | ) | const |
Definition at line 38 of file InstantaneousRewardFormula.cpp.
|
overridevirtual |
Writes the forumla to the given output stream.
allowParenthesis | if true, the output is potentially surrounded by parentheses depending on whether parentheses are needed to avoid ambiguity when this formula appears as a subformula of some larger formula. |
Implements storm::logic::Formula.
Definition at line 75 of file InstantaneousRewardFormula.cpp.