public interface BooleanTest extends ComposedBooleanExpression
<X> IS [NOT] (TRUE | FALSE | UNKNOWN) expression (boolean
test), where <X> is some boolean expression.| Modifier and Type | Interface and Description |
|---|---|
static class |
BooleanTest.TestType
The type of the test.
|
static class |
BooleanTest.TruthValue
The tested truth value.
|
BooleanExpression.False, BooleanExpression.True| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
getBooleanExpression()
Returns the boolean expression to be tested.
|
BooleanTest.TestType |
getTestType()
Returns the test type - whether it should, or should not, be something.
|
BooleanTest.TruthValue |
getTruthValue()
The truth value which must evaluate from the expression.
|
BooleanExpression getBooleanExpression()
BooleanTest.TestType getTestType()
BooleanTest.TruthValue getTruthValue()
Copyright © 2010-2012. All Rights Reserved.