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
5
6namespace storm {
7namespace models {
8namespace sparse {
9
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_ */
virtual std::string getStateInfo(storm::storage::sparse::state_type const &state) const =0
LabParser.cpp.
Definition cli.cpp:18