|
| | SymbolicQuantitativeCheckResult ()=default |
| |
| | SymbolicQuantitativeCheckResult (storm::dd::Bdd< Type > const &reachableStates, storm::dd::Add< Type, ValueType > const &values) |
| |
| | SymbolicQuantitativeCheckResult (storm::dd::Bdd< Type > const &reachableStates, storm::dd::Bdd< Type > const &states, storm::dd::Add< Type, ValueType > const &values) |
| |
| | SymbolicQuantitativeCheckResult (SymbolicQuantitativeCheckResult const &other)=default |
| |
| SymbolicQuantitativeCheckResult & | operator= (SymbolicQuantitativeCheckResult const &other)=default |
| |
| | SymbolicQuantitativeCheckResult (SymbolicQuantitativeCheckResult &&other)=default |
| |
| SymbolicQuantitativeCheckResult & | operator= (SymbolicQuantitativeCheckResult &&other)=default |
| |
| | SymbolicQuantitativeCheckResult (SymbolicQualitativeCheckResult< Type > const &other) |
| |
| virtual std::unique_ptr< CheckResult > | clone () const override |
| |
| virtual std::unique_ptr< CheckResult > | compareAgainstBound (storm::logic::ComparisonType comparisonType, ValueType const &bound) const override |
| |
| virtual bool | isSymbolic () const override |
| |
| virtual bool | isResultForAllStates () const override |
| |
| virtual bool | isSymbolicQuantitativeCheckResult () const override |
| |
| storm::dd::Add< Type, ValueType > const & | getValueVector () const |
| |
| storm::dd::Bdd< Type > const & | getStates () const |
| |
| storm::dd::Bdd< Type > const & | getReachableStates () const |
| |
| virtual std::ostream & | writeToStream (std::ostream &out) const override |
| |
| virtual void | filter (QualitativeCheckResult const &filter) override |
| | Filters the current result wrt.
|
| |
| virtual ValueType | getMin () const override |
| |
| virtual ValueType | getMax () const override |
| |
| virtual ValueType | average () const override |
| |
| virtual ValueType | sum () const override |
| |
| virtual void | oneMinus () override |
| |
| virtual | ~QuantitativeCheckResult ()=default |
| |
| virtual bool | isQuantitative () const override |
| |
| virtual | ~CheckResult ()=default |
| |
| virtual bool | isExplicit () const |
| |
| virtual bool | isHybrid () const |
| |
| virtual bool | isQualitative () const |
| |
| virtual bool | isParetoCurveCheckResult () const |
| |
| virtual bool | isLexicographicCheckResult () const |
| |
| virtual bool | isExplicitQualitativeCheckResult () const |
| |
| virtual bool | isExplicitQuantitativeCheckResult () const |
| |
| virtual bool | isExplicitParetoCurveCheckResult () const |
| |
| virtual bool | isSymbolicQualitativeCheckResult () const |
| |
| virtual bool | isSymbolicParetoCurveCheckResult () const |
| |
| virtual bool | isHybridQuantitativeCheckResult () const |
| |
| QualitativeCheckResult & | asQualitativeCheckResult () |
| |
| QualitativeCheckResult const & | asQualitativeCheckResult () const |
| |
| template<typename ValueType > |
| QuantitativeCheckResult< ValueType > & | asQuantitativeCheckResult () |
| |
| template<typename ValueType > |
| QuantitativeCheckResult< ValueType > const & | asQuantitativeCheckResult () const |
| |
| ExplicitQualitativeCheckResult & | asExplicitQualitativeCheckResult () |
| |
| ExplicitQualitativeCheckResult const & | asExplicitQualitativeCheckResult () const |
| |
| template<typename ValueType > |
| ExplicitQuantitativeCheckResult< ValueType > & | asExplicitQuantitativeCheckResult () |
| |
| template<typename ValueType > |
| ExplicitQuantitativeCheckResult< ValueType > const & | asExplicitQuantitativeCheckResult () const |
| |
| template<typename ValueType > |
| ExplicitParetoCurveCheckResult< ValueType > & | asExplicitParetoCurveCheckResult () |
| |
| template<typename ValueType > |
| ExplicitParetoCurveCheckResult< ValueType > const & | asExplicitParetoCurveCheckResult () const |
| |
| template<typename ValueType > |
| LexicographicCheckResult< ValueType > & | asLexicographicCheckResult () |
| |
| template<typename ValueType > |
| LexicographicCheckResult< ValueType > const & | asLexicographicCheckResult () const |
| |
| template<storm::dd::DdType Type> |
| SymbolicQualitativeCheckResult< Type > & | asSymbolicQualitativeCheckResult () |
| |
| template<storm::dd::DdType Type> |
| SymbolicQualitativeCheckResult< Type > const & | asSymbolicQualitativeCheckResult () const |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| SymbolicQuantitativeCheckResult< Type, ValueType > & | asSymbolicQuantitativeCheckResult () |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| SymbolicQuantitativeCheckResult< Type, ValueType > const & | asSymbolicQuantitativeCheckResult () const |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| HybridQuantitativeCheckResult< Type, ValueType > & | asHybridQuantitativeCheckResult () |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| HybridQuantitativeCheckResult< Type, ValueType > const & | asHybridQuantitativeCheckResult () const |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| SymbolicParetoCurveCheckResult< Type, ValueType > & | asSymbolicParetoCurveCheckResult () |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| SymbolicParetoCurveCheckResult< Type, ValueType > const & | asSymbolicParetoCurveCheckResult () const |
| |
| virtual bool | hasScheduler () const |
| |
| template<typename ValueType > |
| ExplicitQuantitativeCheckResult< ValueType > const & | asExplicitQuantitativeCheckResult () const |
| |
| template<typename ValueType > |
| ExplicitParetoCurveCheckResult< ValueType > const & | asExplicitParetoCurveCheckResult () const |
| |
| template<typename ValueType > |
| LexicographicCheckResult< ValueType > const & | asLexicographicCheckResult () const |
| |
| template<typename ValueType > |
| QuantitativeCheckResult< ValueType > const & | asQuantitativeCheckResult () const |
| |
| template<storm::dd::DdType Type> |
| SymbolicQualitativeCheckResult< Type > const & | asSymbolicQualitativeCheckResult () const |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| SymbolicQuantitativeCheckResult< Type, ValueType > const & | asSymbolicQuantitativeCheckResult () const |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| HybridQuantitativeCheckResult< Type, ValueType > const & | asHybridQuantitativeCheckResult () const |
| |
| template<storm::dd::DdType Type, typename ValueType > |
| SymbolicParetoCurveCheckResult< Type, ValueType > const & | asSymbolicParetoCurveCheckResult () const |
| |
template<
storm::dd::DdType Type, typename ValueType = double>
class storm::modelchecker::SymbolicQuantitativeCheckResult< Type, ValueType >
Definition at line 15 of file SymbolicQuantitativeCheckResult.h.