org.ojalgo.function.logical
Class AND

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

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

@Deprecated
public final class AND
extends Object
implements LogicalFunction


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

Constructor Detail

AND

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

evaluate

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

make

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

invoke

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