All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.predicates.LogicalNot

java.lang.Object
   |
   +----COM.objectspace.jgl.predicates.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