Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StateAnnotation.h
Go to the documentation of this file.
1
#ifndef STORM_MODELS_SPARSE_STATEANNOTATION_H_
2
#define STORM_MODELS_SPARSE_STATEANNOTATION_H_
3
4
#include "
storm/storage/sparse/StateType.h
"
5
6
namespace
storm
{
7
namespace
models {
8
namespace
sparse {
9
10
class
StateAnnotation
{
11
public
:
12
virtual
~StateAnnotation
() =
default
;
13
14
virtual
std::string
getStateInfo
(
storm::storage::sparse::state_type
const
& state)
const
= 0;
15
};
16
17
}
// namespace sparse
18
}
// namespace models
19
}
// namespace storm
20
21
#endif
/* STORM_MODELS_SPARSE_STATEANNOTATION_H_ */
StateType.h
storm::models::sparse::StateAnnotation
Definition
StateAnnotation.h:10
storm::models::sparse::StateAnnotation::getStateInfo
virtual std::string getStateInfo(storm::storage::sparse::state_type const &state) const =0
storm::models::sparse::StateAnnotation::~StateAnnotation
virtual ~StateAnnotation()=default
storm::storage::sparse::state_type
uint64_t state_type
Definition
StateType.h:9
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
models
sparse
StateAnnotation.h
Generated by
1.9.8