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

 
Classes
       
translator.intermediateBuilder.plexerNode.PlexerNode(translator.intermediateBuilder.node.Node)
Demultiplexer

 
class Demultiplexer(translator.intermediateBuilder.plexerNode.PlexerNode)
    Demultiplexer copies the input onto exactly one of the outputs; 
which of these outputs is specified via the current value received through the select input
 
 
Method resolution order:
Demultiplexer
translator.intermediateBuilder.plexerNode.PlexerNode
translator.intermediateBuilder.node.Node
translator.intermediateBuilder.element.Element
builtins.object

Methods defined here:
__init__(self)
Constructor
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)