|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include <ModelCheckerEnvironment.h>
Public Member Functions | |
| ModelCheckerEnvironment () | |
| ~ModelCheckerEnvironment () | |
| ConditionalModelCheckerEnvironment & | conditional () |
| ConditionalModelCheckerEnvironment const & | conditional () const |
| MultiObjectiveModelCheckerEnvironment & | multi () |
| MultiObjectiveModelCheckerEnvironment const & | multi () const |
| SteadyStateDistributionAlgorithm | getSteadyStateDistributionAlgorithm () const |
| void | setSteadyStateDistributionAlgorithm (SteadyStateDistributionAlgorithm value) |
| bool | isLtl2daToolSet () const |
| std::string const & | getLtl2daTool () const |
| void | setLtl2daTool (std::string const &value) |
| void | unsetLtl2daTool () |
Definition at line 16 of file ModelCheckerEnvironment.h.
| storm::ModelCheckerEnvironment::ModelCheckerEnvironment | ( | ) |
Definition at line 16 of file ModelCheckerEnvironment.cpp.
| storm::ModelCheckerEnvironment::~ModelCheckerEnvironment | ( | ) |
Definition at line 25 of file ModelCheckerEnvironment.cpp.
| ConditionalModelCheckerEnvironment & storm::ModelCheckerEnvironment::conditional | ( | ) |
Definition at line 29 of file ModelCheckerEnvironment.cpp.
| ConditionalModelCheckerEnvironment const & storm::ModelCheckerEnvironment::conditional | ( | ) | const |
Definition at line 33 of file ModelCheckerEnvironment.cpp.
| std::string const & storm::ModelCheckerEnvironment::getLtl2daTool | ( | ) | const |
Definition at line 57 of file ModelCheckerEnvironment.cpp.
| SteadyStateDistributionAlgorithm storm::ModelCheckerEnvironment::getSteadyStateDistributionAlgorithm | ( | ) | const |
Definition at line 37 of file ModelCheckerEnvironment.cpp.
| bool storm::ModelCheckerEnvironment::isLtl2daToolSet | ( | ) | const |
Definition at line 53 of file ModelCheckerEnvironment.cpp.
| MultiObjectiveModelCheckerEnvironment & storm::ModelCheckerEnvironment::multi | ( | ) |
Definition at line 45 of file ModelCheckerEnvironment.cpp.
| MultiObjectiveModelCheckerEnvironment const & storm::ModelCheckerEnvironment::multi | ( | ) | const |
Definition at line 49 of file ModelCheckerEnvironment.cpp.
| void storm::ModelCheckerEnvironment::setLtl2daTool | ( | std::string const & | value | ) |
Definition at line 61 of file ModelCheckerEnvironment.cpp.
| void storm::ModelCheckerEnvironment::setSteadyStateDistributionAlgorithm | ( | SteadyStateDistributionAlgorithm | value | ) |
Definition at line 41 of file ModelCheckerEnvironment.cpp.
| void storm::ModelCheckerEnvironment::unsetLtl2daTool | ( | ) |
Definition at line 65 of file ModelCheckerEnvironment.cpp.