net.sf.jga.fn.logical
public class LogicalNot extends AbstractUnaryPredicate<Boolean> implements Serializable
Copyright © 2002 David A. Hall
Nested Class Summary | |
---|---|
interface | LogicalNot.Visitor
Interface for classes that may interpret a LogicalNot
predicate. |
Method Summary | |
---|---|
void | accept(Visitor v)
Calls the Visitor's visit(LogicalNot) method, if it
implements the nested Visitor interface. |
boolean | p(Boolean x)
Given Boolean argument x, returns true when x is false, false
when x is true
|
String | toString() |
visit(LogicalNot)
method, if it
implements the nested Visitor interface.Returns: !x