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