org.ojalgo.function.logical
Class OR

java.lang.Object
  extended by org.ojalgo.function.logical.OR
All Implemented Interfaces:
LogicalFunction

Deprecated. v28 If you use/need this class let me know; or it will be removed.

@Deprecated
public final class OR
extends Object
implements LogicalFunction


Field Summary
 
Fields inherited from interface org.ojalgo.function.logical.LogicalFunction
FALSE, TRUE
 
Constructor Summary
OR(LogicalFunction aLeft, LogicalFunction aRight)
          Deprecated.  
 
Method Summary
static boolean evaluate(LogicalFunction aLeft, LogicalFunction aRight)
          Deprecated.  
 boolean invoke()
          Deprecated.  
static OR make(LogicalFunction aLeft, LogicalFunction aRight)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OR

public OR(LogicalFunction aLeft,
          LogicalFunction aRight)
Deprecated. 
Method Detail

evaluate

public static boolean evaluate(LogicalFunction aLeft,
                               LogicalFunction aRight)
Deprecated. 

make

public static OR make(LogicalFunction aLeft,
                      LogicalFunction aRight)
Deprecated. 

invoke

public boolean invoke()
Deprecated. 
Specified by:
invoke in interface LogicalFunction