jopt.csp.spi.util
Interface BoolOperation


public interface BoolOperation

Enumeration of mathematical operations


Field Summary
static int AND
           
static int EQ
           
static int IMPLIES
           
static int NOT
           
static int OR
           
static int XOR
           
 

Field Detail

EQ

public static final int EQ
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

XOR

public static final int XOR
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

IMPLIES

public static final int IMPLIES
See Also:
Constant Field Values