|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <ModelFeatures.h>
Public Member Functions | |
| std::string | toString () const |
| bool | hasArrays () const |
| bool | hasFunctions () const |
| bool | hasDerivedOperators () const |
| bool | hasStateExitRewards () const |
| bool | hasTrigonometricFunctions () const |
| bool | empty () const |
| std::set< ModelFeature > const & | asSet () const |
| ModelFeatures & | add (ModelFeature const &modelFeature) |
| void | remove (ModelFeature const &modelFeature) |
Definition at line 13 of file ModelFeatures.h.
| ModelFeatures & storm::jani::ModelFeatures::add | ( | ModelFeature const & | modelFeature | ) |
Definition at line 67 of file ModelFeatures.cpp.
| std::set< ModelFeature > const & storm::jani::ModelFeatures::asSet | ( | ) | const |
Definition at line 59 of file ModelFeatures.cpp.
| bool storm::jani::ModelFeatures::empty | ( | ) | const |
Definition at line 63 of file ModelFeatures.cpp.
| bool storm::jani::ModelFeatures::hasArrays | ( | ) | const |
Definition at line 39 of file ModelFeatures.cpp.
| bool storm::jani::ModelFeatures::hasDerivedOperators | ( | ) | const |
Definition at line 43 of file ModelFeatures.cpp.
| bool storm::jani::ModelFeatures::hasFunctions | ( | ) | const |
Definition at line 47 of file ModelFeatures.cpp.
| bool storm::jani::ModelFeatures::hasStateExitRewards | ( | ) | const |
Definition at line 51 of file ModelFeatures.cpp.
| bool storm::jani::ModelFeatures::hasTrigonometricFunctions | ( | ) | const |
Definition at line 55 of file ModelFeatures.cpp.
| void storm::jani::ModelFeatures::remove | ( | ModelFeature const & | modelFeature | ) |
Definition at line 72 of file ModelFeatures.cpp.
| std::string storm::jani::ModelFeatures::toString | ( | ) | const |
Definition at line 25 of file ModelFeatures.cpp.