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, terminategetDetectorKeyspublic OrOperator(LogicalOperator operand1, LogicalOperator operand2)
public boolean evaluate()
evaluate in class LogicalOperatorpublic java.lang.String toString()
toString in class java.lang.Object