public class OrOperator extends BinaryOperator
operand1, operand2
Constructor and Description |
---|
OrOperator(LogicalOperator operand1,
LogicalOperator operand2) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate() |
java.lang.String |
toString() |
appendDetectorKeys, initialize, initSource, terminate
getDetectorKeys
public OrOperator(LogicalOperator operand1, LogicalOperator operand2)
public boolean evaluate()
evaluate
in class LogicalOperator
public java.lang.String toString()
toString
in class java.lang.Object