translator.intermediateBuilder.twoInputFlipFlop
index
/home/yentl/UA/devs-eindwerk/translator/translator/intermediateBuilder/twoInputFlipFlop.py

 
Classes
       
translator.intermediateBuilder.flipFlop.FlipFlop(translator.intermediateBuilder.memoryNode.MemoryNode)
TwoInputFlipFlop

 
class TwoInputFlipFlop(translator.intermediateBuilder.flipFlop.FlipFlop)
    A generic class for the flipflops whom depend on 2 inputs
 
 
Method resolution order:
TwoInputFlipFlop
translator.intermediateBuilder.flipFlop.FlipFlop
translator.intermediateBuilder.memoryNode.MemoryNode
translator.intermediateBuilder.node.Node
translator.intermediateBuilder.element.Element
builtins.object

Methods defined here:
__init__(self)
Constructor

Methods inherited from translator.intermediateBuilder.flipFlop.FlipFlop:
bindOutputWithComp(self, wire, infoTuple)
Overwrites the parent function (but has the same meaning)
getAllElementsViaOuputConnected(self)
Overwrites the parent function (but has the same meaning)
setExtraOutput(self, originalWire, newWire)
Overwrites the parent function (but has the same meaning)

Data descriptors inherited from translator.intermediateBuilder.element.Element:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)