org.ojalgo.function.logical
Class XOR

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

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

@Deprecated
public final class XOR
extends Object
implements LogicalFunction


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

Constructor Detail

XOR

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

evaluate

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

make

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

invoke

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