Storm
A Modern Probabilistic Model Checker
|
#include <GameFormula.h>
Additional Inherited Members | |
![]() | |
static std::shared_ptr< Formula const > | getTrueFormula () |
Definition at line 10 of file GameFormula.h.
storm::logic::GameFormula::GameFormula | ( | PlayerCoalition const & | coalition, |
std::shared_ptr< Formula const > | subFormula | ||
) |
Definition at line 9 of file GameFormula.cpp.
|
inlinevirtual |
Definition at line 14 of file GameFormula.h.
|
overridevirtual |
Implements storm::logic::Formula.
Definition at line 29 of file GameFormula.cpp.
PlayerCoalition const & storm::logic::GameFormula::getCoalition | ( | ) | const |
Definition at line 25 of file GameFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 17 of file GameFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 21 of file GameFormula.cpp.
|
overridevirtual |
Reimplemented from storm::logic::Formula.
Definition at line 13 of file GameFormula.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 33 of file GameFormula.cpp.