org.ojalgo.function.logical.set
Class IsMemberOf<T>

java.lang.Object
  extended by org.ojalgo.function.logical.set.IsMemberOf<T>
All Implemented Interfaces:
LogicalFunction

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

@Deprecated
public class IsMemberOf<T>
extends Object
implements LogicalFunction


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

Method Detail

invoke

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