Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FormulaContext.cpp
Go to the documentation of this file.
1
#include "
storm/logic/FormulaContext.h
"
2
#include <ostream>
3
4
namespace
storm
{
5
namespace
logic {
6
std::ostream&
operator<<
(std::ostream& out,
FormulaContext
const
& formulaContext) {
7
switch
(formulaContext) {
8
case
storm::logic::FormulaContext::Undefined
:
9
out <<
"Undefined"
;
10
break
;
11
case
storm::logic::FormulaContext::Probability
:
12
out <<
"Probability"
;
13
break
;
14
case
storm::logic::FormulaContext::Reward
:
15
out <<
"Reward"
;
16
break
;
17
case
storm::logic::FormulaContext::LongRunAverage
:
18
out <<
"LongRunAverage"
;
19
break
;
20
case
storm::logic::FormulaContext::Time
:
21
out <<
"Time"
;
22
break
;
23
}
24
return
out;
25
}
26
}
// namespace logic
27
}
// namespace storm
FormulaContext.h
storm::logic::operator<<
std::ostream & operator<<(std::ostream &out, Bound const &bound)
Definition
Bound.h:40
storm::logic::FormulaContext
FormulaContext
Definition
FormulaContext.h:9
storm::logic::FormulaContext::Probability
@ Probability
storm::logic::FormulaContext::Reward
@ Reward
storm::logic::FormulaContext::LongRunAverage
@ LongRunAverage
storm::logic::FormulaContext::Time
@ Time
storm::logic::FormulaContext::Undefined
@ Undefined
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
logic
FormulaContext.cpp
Generated by
1.9.8