Public Member Functions | |
def | __init__ |
def | get_state |
def | start |
def | stop |
def | process_command |
Public Attributes | |
state | |
trigger | |
trial_time_state | |
transition_fn |
def unlock.state.cue_state.CueState.__init__ | ( | self, | ||
trigger, | ||||
trial_time_state, | ||||
transition_fn = None | ||||
) |
def unlock.state.cue_state.CueState.get_state | ( | self | ) |
Reimplemented from unlock.state.state.UnlockState.
Reimplemented in unlock.state.cue_state.DynamicPositionCueState.
def unlock.state.cue_state.CueState.process_command | ( | self, | ||
command | ||||
) |
Subclass hook
Reimplemented from unlock.state.state.UnlockState.
def unlock.state.cue_state.CueState.start | ( | self | ) |
Reimplemented from unlock.state.state.UnlockState.
Reimplemented in unlock.state.cue_state.DynamicPositionCueState.
def unlock.state.cue_state.CueState.stop | ( | self | ) |
Reimplemented from unlock.state.state.UnlockState.
Reimplemented from unlock.state.state.UnlockState.