Storm
1.14.0.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 <string>
4
5
#include "
storm/storage/sparse/StateType.h
"
6
7
namespace
storm
{
8
namespace
models
{
9
namespace
sparse
{
10
11
class
StateAnnotation
{
12
public
:
13
virtual
~StateAnnotation
() =
default
;
14
15
virtual
std::string
getStateInfo
(
storm::storage::sparse::state_type
const
& state)
const
= 0;
16
};
17
18
}
// namespace sparse
19
}
// namespace models
20
}
// namespace storm
StateType.h
storm::models::sparse::StateAnnotation
Definition
StateAnnotation.h:11
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::models::sparse
Definition
BeliefExplorationPomdpModelChecker.h:13
storm::models
Definition
JaniMenuGameAbstractor.h:27
storm::storage::sparse::state_type
uint64_t state_type
Definition
StateType.h:8
storm
Definition
AutomaticSettings.cpp:13
src
storm
models
sparse
StateAnnotation.h
Generated by
1.15.0