org.ojalgo.function.logical
Interface LogicalFunction

All Known Implementing Classes:
AND, EQUAL, EqualTo, IsMemberOf, IsSubsetOf, LessThan, LessThanOrEqualTo, MoreThan, MoreThanOrEqualTo, NOT, NotEqualTo, OR, XOR

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

@Deprecated
public interface LogicalFunction


Field Summary
static LogicalFunction FALSE
          Deprecated.  
static LogicalFunction TRUE
          Deprecated.  
 
Method Summary
 boolean invoke()
          Deprecated.  
 

Field Detail

TRUE

static final LogicalFunction TRUE
Deprecated. 

FALSE

static final LogicalFunction FALSE
Deprecated. 
Method Detail

invoke

boolean invoke()
Deprecated.