Lines Matching full:machine
56 any state machine defined in the configuration files for the
221 @param client_machines: The client provided state machine objects.
237 self._logger.debug('Added client specified machine {%s --> %s}',
247 'Added modem specific machine {%s --> %s}',
256 self._logger.debug('Added default machine {%s --> %s}',
261 # Also setup the fallback state machine
269 Creates a state machine object given the |module_name|.
271 There is a specific naming convention for these state machine
273 machine class must be named NewAndShinyMachine.
275 @param module_name: The name of the module from which the state machine
285 # Obtain the name of the state machine class from module_name.
317 raise wme.WardModemSetupException('Unknown state machine module: '