Storm 1.10.0.1
A Modern Probabilistic Model Checker
|
#include <ModelCheckerEnvironment.h>
Public Member Functions | |
ModelCheckerEnvironment () | |
~ModelCheckerEnvironment () | |
MultiObjectiveModelCheckerEnvironment & | multi () |
MultiObjectiveModelCheckerEnvironment const & | multi () const |
SteadyStateDistributionAlgorithm | getSteadyStateDistributionAlgorithm () const |
void | setSteadyStateDistributionAlgorithm (SteadyStateDistributionAlgorithm value) |
ConditionalAlgorithmSetting | getConditionalAlgorithmSetting () const |
void | setConditionalAlgorithmSetting (ConditionalAlgorithmSetting value) |
bool | isLtl2daToolSet () const |
std::string const & | getLtl2daTool () const |
void | setLtl2daTool (std::string const &value) |
void | unsetLtl2daTool () |
Definition at line 17 of file ModelCheckerEnvironment.h.
storm::ModelCheckerEnvironment::ModelCheckerEnvironment | ( | ) |
Definition at line 15 of file ModelCheckerEnvironment.cpp.
storm::ModelCheckerEnvironment::~ModelCheckerEnvironment | ( | ) |
Definition at line 26 of file ModelCheckerEnvironment.cpp.
ConditionalAlgorithmSetting storm::ModelCheckerEnvironment::getConditionalAlgorithmSetting | ( | ) | const |
Definition at line 38 of file ModelCheckerEnvironment.cpp.
std::string const & storm::ModelCheckerEnvironment::getLtl2daTool | ( | ) | const |
Definition at line 58 of file ModelCheckerEnvironment.cpp.
SteadyStateDistributionAlgorithm storm::ModelCheckerEnvironment::getSteadyStateDistributionAlgorithm | ( | ) | const |
Definition at line 30 of file ModelCheckerEnvironment.cpp.
bool storm::ModelCheckerEnvironment::isLtl2daToolSet | ( | ) | const |
Definition at line 54 of file ModelCheckerEnvironment.cpp.
MultiObjectiveModelCheckerEnvironment & storm::ModelCheckerEnvironment::multi | ( | ) |
Definition at line 46 of file ModelCheckerEnvironment.cpp.
MultiObjectiveModelCheckerEnvironment const & storm::ModelCheckerEnvironment::multi | ( | ) | const |
Definition at line 50 of file ModelCheckerEnvironment.cpp.
void storm::ModelCheckerEnvironment::setConditionalAlgorithmSetting | ( | ConditionalAlgorithmSetting | value | ) |
Definition at line 42 of file ModelCheckerEnvironment.cpp.
void storm::ModelCheckerEnvironment::setLtl2daTool | ( | std::string const & | value | ) |
Definition at line 62 of file ModelCheckerEnvironment.cpp.
void storm::ModelCheckerEnvironment::setSteadyStateDistributionAlgorithm | ( | SteadyStateDistributionAlgorithm | value | ) |
Definition at line 34 of file ModelCheckerEnvironment.cpp.
void storm::ModelCheckerEnvironment::unsetLtl2daTool | ( | ) |
Definition at line 66 of file ModelCheckerEnvironment.cpp.