Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
DistributionEntry.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
storm::generator
{
4
5
template
<
typename
StateType,
typename
ValueType>
6
class
DistributionEntry
{
7
public
:
8
DistributionEntry
();
9
DistributionEntry
(StateType
const
& state, ValueType
const
& value);
10
11
StateType
const
&
getState
()
const
;
12
ValueType
const
&
getValue
()
const
;
13
14
void
addToValue
(ValueType
const
& value);
15
void
divide
(ValueType
const
& value);
16
17
private
:
18
StateType state;
19
ValueType value;
20
};
21
22
}
// namespace storm::generator
storm::generator::DistributionEntry
Definition
DistributionEntry.h:6
storm::generator::DistributionEntry::divide
void divide(ValueType const &value)
Definition
DistributionEntry.cpp:35
storm::generator::DistributionEntry::getValue
ValueType const & getValue() const
Definition
DistributionEntry.cpp:25
storm::generator::DistributionEntry::addToValue
void addToValue(ValueType const &value)
Definition
DistributionEntry.cpp:30
storm::generator::DistributionEntry::getState
StateType const & getState() const
Definition
DistributionEntry.cpp:20
storm::generator::DistributionEntry::DistributionEntry
DistributionEntry()
Definition
DistributionEntry.cpp:10
storm::generator
Definition
BeliefSupportTracker.cpp:5
src
storm
generator
DistributionEntry.h
Generated by
1.9.8