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