Storm
A Modern Probabilistic Model Checker
|
#include <StateSet.h>
Public Member Functions | |
virtual | ~StateSet ()=default |
virtual bool | isSymbolic () const |
template<storm::dd::DdType Type> | |
SymbolicStateSet< Type > const & | asSymbolicStateSet () const |
template<storm::dd::DdType Type> | |
SymbolicStateSet< Type > & | asSymbolicStateSet () |
template<storm::dd::DdType Type> | |
SymbolicStateSet< Type > const & | asSymbolicStateSet () const |
Definition at line 11 of file StateSet.h.
|
virtualdefault |
template SymbolicStateSet< storm::dd::DdType::Sylvan > & storm::gbar::abstraction::StateSet::asSymbolicStateSet | ( | ) |
Definition at line 18 of file StateSet.cpp.
template SymbolicStateSet< storm::dd::DdType::Sylvan > const & storm::gbar::abstraction::StateSet::asSymbolicStateSet | ( | ) | const |
Definition at line 13 of file StateSet.cpp.
SymbolicStateSet< Type > const & storm::gbar::abstraction::StateSet::asSymbolicStateSet | ( | ) | const |
|
virtual |
Reimplemented in storm::gbar::abstraction::SymbolicStateSet< Type >.
Definition at line 8 of file StateSet.cpp.