Class LogicNode

java.lang.Object
  |
  +--LogicGate
        |
        +--LogicNode

class LogicNode
extends LogicGate


Fields inherited from class LogicGate
calculated, equivGate, gateType, id, inputOne, inputTwo, lastOutputValue, outputs, outputValue, sequential
 
Constructor Summary
(package private) LogicNode(java.lang.Object equivGate)
           
 
Method Summary
 void evaluate()
           
 
Methods inherited from class LogicGate
addInput, addOutput, calcOutputs, calculate, determineSequential, getOutputValue, printInfo, removeInput, removeOutput, resetCalculated, returnOutput, unlinkGates
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicNode

LogicNode(java.lang.Object equivGate)
Method Detail

evaluate

public void evaluate()
Overrides:
evaluate in class LogicGate