Storm
A Modern Probabilistic Model Checker
|
#include <ParameterRegionParser.h>
Public Types | |
typedef storm::storage::ParameterRegion< ParametricType >::VariableType | VariableType |
typedef storm::storage::ParameterRegion< ParametricType >::CoefficientType | CoefficientType |
typedef storm::storage::ParameterRegion< ParametricType >::Valuation | Valuation |
Static Public Member Functions | |
static void | parseParameterBoundaries (Valuation &lowerBoundaries, Valuation &upperBoundaries, std::string const ¶meterBoundariesString, std::set< VariableType > const &consideredVariables) |
static storm::storage::ParameterRegion< ParametricType > | parseRegion (std::string const ®ionString, std::set< VariableType > const &consideredVariables) |
static storm::storage::ParameterRegion< ParametricType > | createRegion (std::string const ®ionBound, std::set< VariableType > const &consideredVariables) |
static std::vector< storm::storage::ParameterRegion< ParametricType > > | parseMultipleRegions (std::string const ®ionsString, std::set< VariableType > const &consideredVariables) |
static std::vector< storm::storage::ParameterRegion< ParametricType > > | parseMultipleRegionsFromFile (std::string const &fileName, std::set< VariableType > const &consideredVariables) |
Definition at line 10 of file ParameterRegionParser.h.
typedef storm::storage::ParameterRegion<ParametricType>::CoefficientType storm::parser::ParameterRegionParser< ParametricType >::CoefficientType |
Definition at line 13 of file ParameterRegionParser.h.
typedef storm::storage::ParameterRegion<ParametricType>::Valuation storm::parser::ParameterRegionParser< ParametricType >::Valuation |
Definition at line 14 of file ParameterRegionParser.h.
typedef storm::storage::ParameterRegion<ParametricType>::VariableType storm::parser::ParameterRegionParser< ParametricType >::VariableType |
Definition at line 12 of file ParameterRegionParser.h.
|
static |
Definition at line 75 of file ParameterRegionParser.cpp.
|
static |
Definition at line 92 of file ParameterRegionParser.cpp.
|
static |
Definition at line 106 of file ParameterRegionParser.cpp.
|
static |
Definition at line 15 of file ParameterRegionParser.cpp.
|
static |
Definition at line 52 of file ParameterRegionParser.cpp.