Storm
A Modern Probabilistic Model Checker
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
a
b
c
e
f
i
j
m
n
o
p
r
s
v
Enumerations
a
b
c
d
e
f
g
l
m
n
o
p
q
r
s
t
u
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Enumerations
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
Related Symbols
a
b
c
d
e
f
i
m
n
o
p
r
s
t
v
x
Files
File List
File Members
All
a
b
c
d
e
g
i
m
n
o
p
r
s
t
w
Functions
b
c
e
g
i
m
n
o
p
r
s
t
Variables
Typedefs
Macros
a
b
c
e
m
p
s
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ProbabilityOperatorFormula.h
Go to the documentation of this file.
1
#ifndef STORM_LOGIC_PROBABILITYOPERATORFORMULA_H_
2
#define STORM_LOGIC_PROBABILITYOPERATORFORMULA_H_
3
4
#include "
storm/logic/OperatorFormula.h
"
5
6
namespace
storm
{
7
namespace
logic {
8
class
ProbabilityOperatorFormula
:
public
OperatorFormula
{
9
public
:
10
ProbabilityOperatorFormula
(std::shared_ptr<Formula const>
const
& subformula,
OperatorInformation
const
&
operatorInformation
=
OperatorInformation
());
11
12
virtual
~ProbabilityOperatorFormula
() {
13
// Intentionally left empty.
14
}
12
virtual
~ProbabilityOperatorFormula
() {
…
}
15
16
virtual
bool
isProbabilityOperatorFormula
()
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
};
8
class
ProbabilityOperatorFormula
:
public
OperatorFormula
{
…
};
22
}
// namespace logic
23
}
// namespace storm
24
25
#endif
/* STORM_LOGIC_PROBABILITYOPERATORFORMULA_H_ */
OperatorFormula.h
storm::logic::FormulaVisitor
Definition
FormulaVisitor.h:12
storm::logic::OperatorFormula
Definition
OperatorFormula.h:24
storm::logic::OperatorFormula::operatorInformation
OperatorInformation operatorInformation
Definition
OperatorFormula.h:62
storm::logic::ProbabilityOperatorFormula
Definition
ProbabilityOperatorFormula.h:8
storm::logic::ProbabilityOperatorFormula::~ProbabilityOperatorFormula
virtual ~ProbabilityOperatorFormula()
Definition
ProbabilityOperatorFormula.h:12
storm::logic::ProbabilityOperatorFormula::isProbabilityOperatorFormula
virtual bool isProbabilityOperatorFormula() const override
Definition
ProbabilityOperatorFormula.cpp:17
storm::logic::ProbabilityOperatorFormula::accept
virtual boost::any accept(FormulaVisitor const &visitor, boost::any const &data) const override
Definition
ProbabilityOperatorFormula.cpp:21
storm::logic::ProbabilityOperatorFormula::writeToStream
virtual std::ostream & writeToStream(std::ostream &out, bool allowParentheses=false) const override
Writes the forumla to the given output stream.
Definition
ProbabilityOperatorFormula.cpp:25
storm
LabParser.cpp.
Definition
cli.cpp:18
storm::logic::OperatorInformation
Definition
OperatorFormula.h:16
src
storm
logic
ProbabilityOperatorFormula.h
Generated by
1.9.8