Storm
A Modern Probabilistic Model Checker
|
#include <TotalRewardFormula.h>
Additional Inherited Members | |
![]() | |
static std::shared_ptr< Formula const > | getTrueFormula () |
Definition at line 11 of file TotalRewardFormula.h.
storm::logic::TotalRewardFormula::TotalRewardFormula | ( | boost::optional< RewardAccumulation > | rewardAccumulation = boost::none | ) |
Definition at line 10 of file TotalRewardFormula.cpp.
|
inlinevirtual |
Definition at line 15 of file TotalRewardFormula.h.
|
overridevirtual |
Implements storm::logic::Formula.
Definition at line 34 of file TotalRewardFormula.cpp.
RewardAccumulation const & storm::logic::TotalRewardFormula::getRewardAccumulation | ( | ) | const |
Definition at line 26 of file TotalRewardFormula.cpp.
bool storm::logic::TotalRewardFormula::hasRewardAccumulation | ( | ) | const |
Definition at line 22 of file TotalRewardFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 18 of file TotalRewardFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 14 of file TotalRewardFormula.cpp.
std::shared_ptr< TotalRewardFormula const > storm::logic::TotalRewardFormula::stripRewardAccumulation | ( | ) | const |
Definition at line 30 of file TotalRewardFormula.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 38 of file TotalRewardFormula.cpp.