gen.actions: Generate a list of possible actions.
Description
Generate a list of possible actions.
Usage
gen.actions(initial.state, commands)
Arguments
initial.state
the starting state to
build from which is appropriate for this
state machine generator.
commands
the list of commands which
we can select choose from. Only commands
appropriate for the state will actually be
selected.
Value
a list of actions to run during testing