org.ojalgo.function.logical
Class NOT

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

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

@Deprecated
public final class NOT
extends Object
implements LogicalFunction


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

Constructor Detail

NOT

public NOT(LogicalFunction aValue)
Deprecated. 
Method Detail

evaluate

public static boolean evaluate(LogicalFunction aValue)
Deprecated. 

make

public static NOT make(LogicalFunction aValue)
Deprecated. 

invoke

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