Storm
1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
GloballyFormula.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/logic/UnaryPathFormula.h
"
4
5
namespace
storm
{
6
namespace
logic
{
7
class
GloballyFormula
:
public
UnaryPathFormula
{
8
public
:
9
GloballyFormula
(std::shared_ptr<Formula const>
const
& subformula);
10
11
virtual
~GloballyFormula
() {
12
// Intentionally left empty.
13
}
14
15
virtual
bool
isGloballyFormula
()
const override
;
16
virtual
bool
isProbabilityPathFormula
()
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
UnaryPathFormula.h
storm::logic::FormulaVisitor
Definition
FormulaVisitor.h:11
storm::logic::GloballyFormula::writeToStream
virtual std::ostream & writeToStream(std::ostream &out, bool allowParentheses=false) const override
Writes the forumla to the given output stream.
Definition
GloballyFormula.cpp:25
storm::logic::GloballyFormula::accept
virtual boost::any accept(FormulaVisitor const &visitor, boost::any const &data) const override
Definition
GloballyFormula.cpp:21
storm::logic::GloballyFormula::GloballyFormula
GloballyFormula(std::shared_ptr< Formula const > const &subformula)
Definition
GloballyFormula.cpp:9
storm::logic::GloballyFormula::isGloballyFormula
virtual bool isGloballyFormula() const override
Definition
GloballyFormula.cpp:13
storm::logic::GloballyFormula::isProbabilityPathFormula
virtual bool isProbabilityPathFormula() const override
Definition
GloballyFormula.cpp:17
storm::logic::GloballyFormula::~GloballyFormula
virtual ~GloballyFormula()
Definition
GloballyFormula.h:11
storm::logic::UnaryPathFormula::UnaryPathFormula
UnaryPathFormula(std::shared_ptr< Formula const > const &subformula)
Definition
UnaryPathFormula.cpp:5
storm::logic
Definition
solutionFunctions.h:14
storm
Definition
AutomaticSettings.cpp:13
src
storm
logic
GloballyFormula.h
Generated by
1.15.0