public interface Disjunction extends ComposedBooleanExpression
OR of two boolean expressions.BooleanExpression.False, BooleanExpression.True| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
getLeft()
Returns the boolean expression on the left side of
OR. |
BooleanExpression |
getRight()
Returns the boolean expression on the right side of
OR. |
BooleanExpression getLeft()
OR.OR.BooleanExpression getRight()
OR.OR.Copyright © 2010-2012. All Rights Reserved.