|
| LexicographicCheckResult ()=default |
|
| LexicographicCheckResult (std::vector< ValueType > const &values, storm::storage::sparse::state_type state) |
|
virtual | ~LexicographicCheckResult ()=default |
|
std::vector< ValueType > const & | getInitialStateValue () const |
|
storm::storage::sparse::state_type const & | getState () const |
|
virtual bool | isLexicographicCheckResult () const override |
|
virtual std::unique_ptr< CheckResult > | clone () const override |
|
virtual bool | isExplicit () const override |
|
virtual void | filter (QualitativeCheckResult const &filter) override |
| Filters the current result wrt.
|
|
virtual std::ostream & | writeToStream (std::ostream &out) const override |
|
virtual | ~CheckResult ()=default |
|
virtual bool | isSymbolic () const |
|
virtual bool | isHybrid () const |
|
virtual bool | isQuantitative () const |
|
virtual bool | isQualitative () const |
|
virtual bool | isParetoCurveCheckResult () const |
|
virtual bool | isExplicitQualitativeCheckResult () const |
|
virtual bool | isExplicitQuantitativeCheckResult () const |
|
virtual bool | isExplicitParetoCurveCheckResult () const |
|
virtual bool | isSymbolicQualitativeCheckResult () const |
|
virtual bool | isSymbolicQuantitativeCheckResult () const |
|
virtual bool | isSymbolicParetoCurveCheckResult () const |
|
virtual bool | isHybridQuantitativeCheckResult () const |
|
virtual bool | isResultForAllStates () 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<typename ValueType>
class storm::modelchecker::LexicographicCheckResult< ValueType >
Definition at line 11 of file LexicographicCheckResult.h.