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
ExpectedTimeToExpectedRewardVisitor.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <map>
4
5
#include "
storm/logic/CloneVisitor.h
"
6
7
#include "
storm/storage/expressions/Expression.h
"
8
9
namespace
storm
{
10
namespace
logic {
11
12
class
ExpectedTimeToExpectedRewardVisitor
:
public
CloneVisitor
{
13
public
:
14
ExpectedTimeToExpectedRewardVisitor
(std::string
const
& timeRewardModelName);
15
16
std::shared_ptr<Formula>
substitute
(
Formula
const
& f)
const
;
17
18
virtual
boost::any
visit
(
TimeOperatorFormula
const
& f, boost::any
const
& data)
const override
;
19
20
private
:
21
std::string
const
& timeRewardModelName;
22
};
12
class
ExpectedTimeToExpectedRewardVisitor
:
public
CloneVisitor
{
…
};
23
24
}
// namespace logic
25
}
// namespace storm
CloneVisitor.h
Expression.h
storm::logic::CloneVisitor
Definition
CloneVisitor.h:11
storm::logic::ExpectedTimeToExpectedRewardVisitor
Definition
ExpectedTimeToExpectedRewardVisitor.h:12
storm::logic::ExpectedTimeToExpectedRewardVisitor::visit
virtual boost::any visit(TimeOperatorFormula const &f, boost::any const &data) const override
Definition
ExpectedTimeToExpectedRewardVisitor.cpp:21
storm::logic::ExpectedTimeToExpectedRewardVisitor::substitute
std::shared_ptr< Formula > substitute(Formula const &f) const
Definition
ExpectedTimeToExpectedRewardVisitor.cpp:16
storm::logic::Formula
Definition
Formula.h:30
storm::logic::TimeOperatorFormula
Definition
TimeOperatorFormula.h:8
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
logic
ExpectedTimeToExpectedRewardVisitor.h
Generated by
1.9.8