Storm
A Modern Probabilistic Model Checker
|
Public Member Functions | |
ComposerResult (storm::dd::Add< Type, ValueType > const &transitions, std::map< storm::expressions::Variable, storm::dd::Add< Type, ValueType > > const &transientLocationAssignments, std::map< storm::expressions::Variable, storm::dd::Add< Type, ValueType > > const &transientEdgeAssignments, storm::dd::Bdd< Type > const &illegalFragment, uint64_t numberOfNondeterminismVariables=0) | |
Public Attributes | |
storm::dd::Add< Type, ValueType > | transitions |
std::map< storm::expressions::Variable, storm::dd::Add< Type, ValueType > > | transientLocationAssignments |
std::map< storm::expressions::Variable, storm::dd::Add< Type, ValueType > > | transientEdgeAssignments |
storm::dd::Bdd< Type > | illegalFragment |
uint64_t | numberOfNondeterminismVariables |
Definition at line 524 of file DdJaniModelBuilder.cpp.
|
inline |
Definition at line 525 of file DdJaniModelBuilder.cpp.
storm::dd::Bdd<Type> storm::builder::ComposerResult< Type, ValueType >::illegalFragment |
Definition at line 540 of file DdJaniModelBuilder.cpp.
uint64_t storm::builder::ComposerResult< Type, ValueType >::numberOfNondeterminismVariables |
Definition at line 541 of file DdJaniModelBuilder.cpp.
std::map<storm::expressions::Variable, storm::dd::Add<Type, ValueType> > storm::builder::ComposerResult< Type, ValueType >::transientEdgeAssignments |
Definition at line 539 of file DdJaniModelBuilder.cpp.
std::map<storm::expressions::Variable, storm::dd::Add<Type, ValueType> > storm::builder::ComposerResult< Type, ValueType >::transientLocationAssignments |
Definition at line 538 of file DdJaniModelBuilder.cpp.
storm::dd::Add<Type, ValueType> storm::builder::ComposerResult< Type, ValueType >::transitions |
Definition at line 537 of file DdJaniModelBuilder.cpp.