Storm
A Modern Probabilistic Model Checker
|
#include <TransientVariableInformation.h>
Public Member Functions | |
TransientVariableData (storm::expressions::Variable const &variable, boost::optional< VariableType > const &lowerBound, boost::optional< VariableType > const &upperBound, VariableType const &defaultValue, bool global=false) | |
TransientVariableData (storm::expressions::Variable const &variable, VariableType const &defaultValue, bool global=false) | |
TransientVariableData (storm::expressions::Variable const &variable, boost::optional< storm::RationalFunction > const &lowerBound, boost::optional< storm::RationalFunction > const &upperBound, storm::RationalFunction const &defaultValue, bool global) | |
Public Attributes | |
storm::expressions::Variable | variable |
boost::optional< VariableType > | lowerBound |
boost::optional< VariableType > | upperBound |
VariableType | defaultValue |
bool | global |
Definition at line 34 of file TransientVariableInformation.h.
storm::generator::TransientVariableData< VariableType >::TransientVariableData | ( | storm::expressions::Variable const & | variable, |
boost::optional< VariableType > const & | lowerBound, | ||
boost::optional< VariableType > const & | upperBound, | ||
VariableType const & | defaultValue, | ||
bool | global = false |
||
) |
Definition at line 32 of file TransientVariableInformation.cpp.
storm::generator::TransientVariableData< VariableType >::TransientVariableData | ( | storm::expressions::Variable const & | variable, |
VariableType const & | defaultValue, | ||
bool | global = false |
||
) |
Definition at line 42 of file TransientVariableInformation.cpp.
storm::generator::TransientVariableData< storm::RationalFunction >::TransientVariableData | ( | storm::expressions::Variable const & | variable, |
boost::optional< storm::RationalFunction > const & | lowerBound, | ||
boost::optional< storm::RationalFunction > const & | upperBound, | ||
storm::RationalFunction const & | defaultValue, | ||
bool | global | ||
) |
Definition at line 23 of file TransientVariableInformation.cpp.
VariableType storm::generator::TransientVariableData< VariableType >::defaultValue |
Definition at line 49 of file TransientVariableInformation.h.
bool storm::generator::TransientVariableData< VariableType >::global |
Definition at line 52 of file TransientVariableInformation.h.
boost::optional<VariableType> storm::generator::TransientVariableData< VariableType >::lowerBound |
Definition at line 43 of file TransientVariableInformation.h.
boost::optional<VariableType> storm::generator::TransientVariableData< VariableType >::upperBound |
Definition at line 46 of file TransientVariableInformation.h.
storm::expressions::Variable storm::generator::TransientVariableData< VariableType >::variable |
Definition at line 40 of file TransientVariableInformation.h.