Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StateAnnotation.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace models {
7namespace sparse {
8
10 public:
11 virtual ~StateAnnotation() = default;
12
13 virtual std::string getStateInfo(storm::storage::sparse::state_type const& state) const = 0;
14};
15
16} // namespace sparse
17} // namespace models
18} // namespace storm
virtual std::string getStateInfo(storm::storage::sparse::state_type const &state) const =0