Storm
A Modern Probabilistic Model Checker
|
#include <RefinementCommand.h>
Public Member Functions | |
RefinementCommand (uint64_t referencedPlayer1Choice, std::vector< storm::expressions::Expression > const &predicates) | |
Creates a new refinement command for the given player 1 choice. | |
RefinementCommand (std::vector< storm::expressions::Expression > const &predicates) | |
Creates a new refinement command for all player 1 choices. | |
bool | refersToPlayer1Choice () const |
Access to the details of this refinement commands. | |
uint64_t | getReferencedPlayer1Choice () const |
std::vector< storm::expressions::Expression > const & | getPredicates () const |
Definition at line 13 of file RefinementCommand.h.
storm::gbar::abstraction::RefinementCommand::RefinementCommand | ( | uint64_t | referencedPlayer1Choice, |
std::vector< storm::expressions::Expression > const & | predicates | ||
) |
Creates a new refinement command for the given player 1 choice.
Definition at line 6 of file RefinementCommand.cpp.
storm::gbar::abstraction::RefinementCommand::RefinementCommand | ( | std::vector< storm::expressions::Expression > const & | predicates | ) |
Creates a new refinement command for all player 1 choices.
Definition at line 11 of file RefinementCommand.cpp.
std::vector< storm::expressions::Expression > const & storm::gbar::abstraction::RefinementCommand::getPredicates | ( | ) | const |
Definition at line 23 of file RefinementCommand.cpp.
uint64_t storm::gbar::abstraction::RefinementCommand::getReferencedPlayer1Choice | ( | ) | const |
Definition at line 19 of file RefinementCommand.cpp.
bool storm::gbar::abstraction::RefinementCommand::refersToPlayer1Choice | ( | ) | const |
Access to the details of this refinement commands.
Definition at line 15 of file RefinementCommand.cpp.