Class LogicAnd

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

class LogicAnd
extends LogicGate

ALL THE FOLLOWING GATES EXTEND THE ABSTRACT * LOGIC GATE CLASS *


Fields inherited from class LogicGate
calculated, equivGate, gateType, id, inputOne, inputTwo, lastOutputValue, outputs, outputValue, sequential
 
Constructor Summary
(package private) LogicAnd(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

LogicAnd

LogicAnd(java.lang.Object equivGate)
Method Detail

evaluate

public void evaluate()
Overrides:
evaluate in class LogicGate