Takes a single inp and feeds it to two machines in parallel. Output of
the composite machine is the pair of outputs of the two individual
machines.
|
__init__(self,
m1,
m2,
name=None) |
|
|
|
|
|
|
|
done(self,
state)
By default, machines don't terminate |
|
|
|
printDebugInfo(self,
depth,
state,
nextState,
inp,
out,
debugParams)
Default method for printing out all of the debugging information for
a primitive machine. |
|
|
Inherited from SM :
check ,
doTraceTasks ,
getStartState ,
guaranteeName ,
isDone ,
run ,
start ,
step ,
transduce ,
transduceF
|