Module sm :: Class Feedback2
[frames] | no frames]

Class Feedback2

  SM --+    
       |    
Feedback --+
           |
          Feedback2

Like previous Feedback, but takes a machine with two inps and one output at initialization time. Feeds the output back to the second inp. Result is a machine with a single inp and single output.

Instance Methods
 
getNextValues(self, state, inp)
Ignores input.
 
printDebugInfo(self, depth, state, nextState, inp, out, debugParams)
Default method for printing out all of the debugging information for a primitive machine.

Inherited from Feedback: __init__, done, startState

Inherited from SM: check, doTraceTasks, getStartState, guaranteeName, isDone, run, start, step, transduce, transduceF

Class Variables

Inherited from SM: legalInputs, name

Instance Variables

Inherited from SM: state

Method Details

getNextValues(self, state, inp)

 

Ignores input.

Overrides: SM.getNextValues
(inherited documentation)

printDebugInfo(self, depth, state, nextState, inp, out, debugParams)

 

Default method for printing out all of the debugging information for a primitive machine.

Overrides: SM.printDebugInfo
(inherited documentation)