Class jgl.LogicalNot
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jgl.LogicalNot

java.lang.Object
   |
   +----jgl.LogicalNot

public final class LogicalNot
extends Object
implements UnaryPredicate
LogicalNot is a unary predicate that returns true if its operand is equal to false.


Constructor Index

 o LogicalNot()

Method Index

 o execute(Object)
Perform a logical NOT.

Constructors

 o LogicalNot
  public LogicalNot()

Methods

 o execute
  public boolean execute(Object object)
Perform a logical NOT.
Parameters:
object - The operand, which must be an instance of Boolean.
Returns:
true if the operand is equal to Boolean.FALSE.

All Packages  Class Hierarchy  This Package  Previous  Next  Index