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
3
#include "
storm/storage/sparse/StateType.h
"
4
5
namespace
storm
{
6
namespace
models {
7
namespace
sparse {
8
9
class
StateAnnotation
{
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
StateType.h
storm::models::sparse::StateAnnotation
Definition
StateAnnotation.h:9
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
Definition
AutomaticSettings.cpp:13
src
storm
models
sparse
StateAnnotation.h
Generated by
1.9.8