public abstract class BinaryBooleanOperator<E> extends Object implements BooleanOperator<E>
Modifier and Type | Field and Description |
---|---|
protected BooleanOperator<E> |
operand1 |
protected BooleanOperator<E> |
operand2 |
Constructor and Description |
---|
BinaryBooleanOperator() |
Modifier and Type | Method and Description |
---|---|
BooleanOperator<E> |
getOperand1() |
BooleanOperator<E> |
getOperand2() |
void |
setOperand1(BooleanOperator<E> operand1) |
void |
setOperand2(BooleanOperator<E> operand2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isTrue
protected BooleanOperator<E> operand1
protected BooleanOperator<E> operand2
public BooleanOperator<E> getOperand1()
public void setOperand1(BooleanOperator<E> operand1)
public BooleanOperator<E> getOperand2()
public void setOperand2(BooleanOperator<E> operand2)
Copyright © 2005–2015 IIPC. All rights reserved.