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

java.lang.Object
  extended by org.archive.wayback.util.operator.UnaryBooleanOperator<E>
All Implemented Interfaces:
BooleanOperator<E>
Direct Known Subclasses:
NotBooleanOperator

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


Field Summary
protected  BooleanOperator<E> operand
           
 
Constructor Summary
UnaryBooleanOperator()
           
 
Method Summary
 BooleanOperator<E> getOperand()
           
 void setOperand(BooleanOperator<E> operand)
           
 
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

operand

protected BooleanOperator<E> operand
Constructor Detail

UnaryBooleanOperator

public UnaryBooleanOperator()
Method Detail

getOperand

public BooleanOperator<E> getOperand()

setOperand

public void setOperand(BooleanOperator<E> operand)


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