Storm
A Modern Probabilistic Model Checker
|
Action masks are arguments you can give to the state generator that limit which states are generated. More...
#include <NextStateGenerator.h>
Public Member Functions | |
virtual | ~ActionMask ()=default |
virtual bool | query (storm::generator::NextStateGenerator< ValueType, StateType > const &generator, uint64_t actionIndex)=0 |
This method is called to check whether an action should be expanded. | |
Action masks are arguments you can give to the state generator that limit which states are generated.
Definition at line 43 of file NextStateGenerator.h.
|
virtualdefault |
|
pure virtual |
This method is called to check whether an action should be expanded.
The current state is obtained from the generator.
generator | the generator that is to be masked |
actionIndex | the actionIndex in Prism Programs; i.e. id of actions. |
Implemented in storm::generator::StateValuationFunctionMask< ValueType, StateType >.