org.ojalgo.function.logical
Class EQUAL

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

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

@Deprecated
public final class EQUAL
extends Object
implements LogicalFunction


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

Constructor Detail

EQUAL

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

evaluate

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

make

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

invoke

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