Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Signature.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/storage/dd/DdType.h
"
4
5
#include "
storm/storage/dd/bisimulation/Partition.h
"
6
7
namespace
storm
{
8
namespace
dd {
9
namespace
bisimulation {
10
11
template
<storm::dd::DdType DdType,
typename
ValueType>
12
class
Signature
{
13
public
:
14
Signature
() =
default
;
15
Signature
(
storm::dd::Add<DdType, ValueType>
const
& signatureAdd);
16
17
storm::dd::Add<DdType, ValueType>
const
&
getSignatureAdd
()
const
;
18
19
private
:
20
storm::dd::Add<DdType, ValueType>
signatureAdd;
21
};
22
23
}
// namespace bisimulation
24
}
// namespace dd
25
}
// namespace storm
DdType.h
storm::dd::Add
Definition
Add.h:33
storm::dd::bisimulation::Signature
Definition
Signature.h:12
storm::dd::bisimulation::Signature::getSignatureAdd
storm::dd::Add< DdType, ValueType > const & getSignatureAdd() const
Definition
Signature.cpp:13
storm::dd::bisimulation::Signature::Signature
Signature()=default
Partition.h
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
storage
dd
bisimulation
Signature.h
Generated by
1.9.8