Storm
A Modern Probabilistic Model Checker
|
#include <DistributionEntry.h>
Public Member Functions | |
DistributionEntry () | |
DistributionEntry (StateType const &state, ValueType const &value) | |
StateType const & | getState () const |
ValueType const & | getValue () const |
void | addToValue (ValueType const &value) |
void | divide (ValueType const &value) |
Definition at line 6 of file DistributionEntry.h.
storm::generator::DistributionEntry< StateType, ValueType >::DistributionEntry | ( | ) |
Definition at line 10 of file DistributionEntry.cpp.
storm::generator::DistributionEntry< StateType, ValueType >::DistributionEntry | ( | StateType const & | state, |
ValueType const & | value | ||
) |
Definition at line 15 of file DistributionEntry.cpp.
void storm::generator::DistributionEntry< StateType, ValueType >::addToValue | ( | ValueType const & | value | ) |
Definition at line 30 of file DistributionEntry.cpp.
void storm::generator::DistributionEntry< StateType, ValueType >::divide | ( | ValueType const & | value | ) |
Definition at line 35 of file DistributionEntry.cpp.
StateType const & storm::generator::DistributionEntry< StateType, ValueType >::getState | ( | ) | const |
Definition at line 20 of file DistributionEntry.cpp.
ValueType const & storm::generator::DistributionEntry< StateType, ValueType >::getValue | ( | ) | const |
Definition at line 25 of file DistributionEntry.cpp.