org.archive.wayback.util.operator
Class BinaryBooleanOperator<E>

java.lang.Object
  extended by org.archive.wayback.util.operator.BinaryBooleanOperator<E>
All Implemented Interfaces:
BooleanOperator<E>
Direct Known Subclasses:
AndBooleanOperator, OrBooleanOperator

public abstract class BinaryBooleanOperator<E>
extends Object
implements BooleanOperator<E>


Field Summary
protected  BooleanOperator<E> operand1
           
protected  BooleanOperator<E> operand2
           
 
Constructor Summary
BinaryBooleanOperator()
           
 
Method Summary
 BooleanOperator<E> getOperand1()
           
 BooleanOperator<E> getOperand2()
           
 void setOperand1(BooleanOperator<E> operand1)
           
 void setOperand2(BooleanOperator<E> operand2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.archive.wayback.util.operator.BooleanOperator
isTrue
 

Field Detail

operand1

protected BooleanOperator<E> operand1

operand2

protected BooleanOperator<E> operand2
Constructor Detail

BinaryBooleanOperator

public BinaryBooleanOperator()
Method Detail

getOperand1

public BooleanOperator<E> getOperand1()

setOperand1

public void setOperand1(BooleanOperator<E> operand1)

getOperand2

public BooleanOperator<E> getOperand2()

setOperand2

public void setOperand2(BooleanOperator<E> operand2)


Copyright © 2005-2011 Internet Archive. All Rights Reserved.