Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
NextFormula.h
Go to the documentation of this file.
1
#ifndef STORM_LOGIC_NEXTFORMULA_H_
2
#define STORM_LOGIC_NEXTFORMULA_H_
3
4
#include "
storm/logic/UnaryPathFormula.h
"
5
6
namespace
storm
{
7
namespace
logic {
8
class
NextFormula
:
public
UnaryPathFormula
{
9
public
:
10
NextFormula
(std::shared_ptr<Formula const>
const
& subformula);
11
12
virtual
~NextFormula
() {
13
// Intentionally left empty.
14
}
15
16
virtual
bool
isNextFormula
()
const override
;
17
virtual
bool
isProbabilityPathFormula
()
const override
;
18
19
virtual
boost::any
accept
(
FormulaVisitor
const
& visitor, boost::any
const
& data)
const override
;
20
21
virtual
std::ostream&
writeToStream
(std::ostream& out,
bool
allowParentheses =
false
)
const override
;
22
};
23
}
// namespace logic
24
}
// namespace storm
25
26
#endif
/* STORM_LOGIC_NEXTFORMULA_H_ */
UnaryPathFormula.h
storm::logic::FormulaVisitor
Definition
FormulaVisitor.h:12
storm::logic::NextFormula
Definition
NextFormula.h:8
storm::logic::NextFormula::~NextFormula
virtual ~NextFormula()
Definition
NextFormula.h:12
storm::logic::NextFormula::isNextFormula
virtual bool isNextFormula() const override
Definition
NextFormula.cpp:13
storm::logic::NextFormula::accept
virtual boost::any accept(FormulaVisitor const &visitor, boost::any const &data) const override
Definition
NextFormula.cpp:21
storm::logic::NextFormula::writeToStream
virtual std::ostream & writeToStream(std::ostream &out, bool allowParentheses=false) const override
Writes the forumla to the given output stream.
Definition
NextFormula.cpp:25
storm::logic::NextFormula::isProbabilityPathFormula
virtual bool isProbabilityPathFormula() const override
Definition
NextFormula.cpp:17
storm::logic::UnaryPathFormula
Definition
UnaryPathFormula.h:10
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
logic
NextFormula.h
Generated by
1.9.8