Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TimeBound.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/storage/expressions/Expression.h
"
4
5
namespace
storm
{
6
namespace
logic {
7
8
class
TimeBound
{
9
public
:
10
TimeBound
(
bool
strict,
storm::expressions::Expression
const
& bound);
11
12
storm::expressions::Expression
const
&
getBound
()
const
;
13
bool
isStrict
()
const
;
14
15
private
:
16
bool
strict;
17
storm::expressions::Expression
bound;
18
};
19
20
}
// namespace logic
21
}
// namespace storm
Expression.h
storm::expressions::Expression
Definition
Expression.h:22
storm::logic::TimeBound
Definition
TimeBound.h:8
storm::logic::TimeBound::isStrict
bool isStrict() const
Definition
TimeBound.cpp:14
storm::logic::TimeBound::getBound
storm::expressions::Expression const & getBound() const
Definition
TimeBound.cpp:10
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
logic
TimeBound.h
Generated by
1.9.8