Package org.xcsp.common
Interface Constants
-
public interface Constants
- Author:
- Christophe Lecoutre
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
static String
ANNOTATIONS
static String
ARGS
static String
ARRAY
static BigInteger
BIG_MAX_SAFE_LONG
static BigInteger
BIG_MIN_SAFE_LONG
static String
BLOCK
static String
CONSTRAINTS
static String
DECISION
static String
DELIMITER_LISTS
A regex for denoting delimiters used in lists (elements separated by commas and surrounded by parentheses)static String
DELIMITER_MSETS
A regex for denoting delimiters used in msets (elements separated by a comma and surrounded by double brace brackets)static String
DELIMITER_SETS
A regex for denoting delimiters used in sets (elements separated by a comma and surrounded by brace brackets)static String
DOMAIN
static String
EMPTY_STRING
static String
GROUP
static String
INSTANCE
static String[]
KEYWORDS
static long
MAX_SAFE_BYTE
static long
MAX_SAFE_INT
static long
MAX_SAFE_LONG
static long
MAX_SAFE_SHORT
static String
MAXIMIZE
static long
MIN_SAFE_BYTE
static long
MIN_SAFE_INT
static long
MIN_SAFE_LONG
static long
MIN_SAFE_SHORT
static String
MINIMIZE
static long
MINUS_INFINITY
static int
MINUS_INFINITY_INT
static String
MINUS_INFINITY_STRING
static String
OBJECTIVE
static String
OBJECTIVES
static long
OUTSIDE_BOUNDS
We use the minimum long value, plus 1, to denote that a value is outside bounds (e.g., of a domain)static long
PLUS_INFINITY
static int
PLUS_INFINITY_INT
static String
PLUS_INFINITY_STRING
static String
POSSIBLE
static String
REG_WS
static String
REQUIRED
static int
SAFETY_MARGIN
static String
SOFT
static int
STAR
static byte
STAR_BYTE
static int
STAR_INT
static long
STAR_LONG
static short
STAR_SHORT
static String
STAR_SYMBOL
static String
TIMES
static String
VAR
static String
VARIABLES
static String
WHITE_SPACE
-
-
-
Field Detail
-
EMPTY_STRING
static final String EMPTY_STRING
- See Also:
- Constant Field Values
-
REG_WS
static final String REG_WS
- See Also:
- Constant Field Values
-
WHITE_SPACE
static final String WHITE_SPACE
- See Also:
- Constant Field Values
-
SAFETY_MARGIN
static final int SAFETY_MARGIN
- See Also:
- Constant Field Values
-
MIN_SAFE_BYTE
static final long MIN_SAFE_BYTE
- See Also:
- Constant Field Values
-
MAX_SAFE_BYTE
static final long MAX_SAFE_BYTE
- See Also:
- Constant Field Values
-
MIN_SAFE_SHORT
static final long MIN_SAFE_SHORT
- See Also:
- Constant Field Values
-
MAX_SAFE_SHORT
static final long MAX_SAFE_SHORT
- See Also:
- Constant Field Values
-
MIN_SAFE_INT
static final long MIN_SAFE_INT
- See Also:
- Constant Field Values
-
MAX_SAFE_INT
static final long MAX_SAFE_INT
- See Also:
- Constant Field Values
-
MIN_SAFE_LONG
static final long MIN_SAFE_LONG
- See Also:
- Constant Field Values
-
MAX_SAFE_LONG
static final long MAX_SAFE_LONG
- See Also:
- Constant Field Values
-
BIG_MIN_SAFE_LONG
static final BigInteger BIG_MIN_SAFE_LONG
-
BIG_MAX_SAFE_LONG
static final BigInteger BIG_MAX_SAFE_LONG
-
MINUS_INFINITY
static final long MINUS_INFINITY
- See Also:
- Constant Field Values
-
PLUS_INFINITY
static final long PLUS_INFINITY
- See Also:
- Constant Field Values
-
MINUS_INFINITY_INT
static final int MINUS_INFINITY_INT
- See Also:
- Constant Field Values
-
PLUS_INFINITY_INT
static final int PLUS_INFINITY_INT
- See Also:
- Constant Field Values
-
MINUS_INFINITY_STRING
static final String MINUS_INFINITY_STRING
- See Also:
- Constant Field Values
-
PLUS_INFINITY_STRING
static final String PLUS_INFINITY_STRING
- See Also:
- Constant Field Values
-
ALL
static final int ALL
- See Also:
- Constant Field Values
-
STAR_SYMBOL
static final String STAR_SYMBOL
- See Also:
- Constant Field Values
-
STAR_BYTE
static final byte STAR_BYTE
- See Also:
- Constant Field Values
-
STAR_SHORT
static final short STAR_SHORT
- See Also:
- Constant Field Values
-
STAR_INT
static final int STAR_INT
- See Also:
- Constant Field Values
-
STAR_LONG
static final long STAR_LONG
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
TIMES
static final String TIMES
- See Also:
- Constant Field Values
-
OUTSIDE_BOUNDS
static final long OUTSIDE_BOUNDS
We use the minimum long value, plus 1, to denote that a value is outside bounds (e.g., of a domain)- See Also:
- Constant Field Values
-
INSTANCE
static final String INSTANCE
- See Also:
- Constant Field Values
-
VARIABLES
static final String VARIABLES
- See Also:
- Constant Field Values
-
VAR
static final String VAR
- See Also:
- Constant Field Values
-
ARRAY
static final String ARRAY
- See Also:
- Constant Field Values
-
DOMAIN
static final String DOMAIN
- See Also:
- Constant Field Values
-
REQUIRED
static final String REQUIRED
- See Also:
- Constant Field Values
-
POSSIBLE
static final String POSSIBLE
- See Also:
- Constant Field Values
-
CONSTRAINTS
static final String CONSTRAINTS
- See Also:
- Constant Field Values
-
BLOCK
static final String BLOCK
- See Also:
- Constant Field Values
-
GROUP
static final String GROUP
- See Also:
- Constant Field Values
-
ARGS
static final String ARGS
- See Also:
- Constant Field Values
-
OBJECTIVES
static final String OBJECTIVES
- See Also:
- Constant Field Values
-
OBJECTIVE
static final String OBJECTIVE
- See Also:
- Constant Field Values
-
MINIMIZE
static final String MINIMIZE
- See Also:
- Constant Field Values
-
MAXIMIZE
static final String MAXIMIZE
- See Also:
- Constant Field Values
-
SOFT
static final String SOFT
- See Also:
- Constant Field Values
-
ANNOTATIONS
static final String ANNOTATIONS
- See Also:
- Constant Field Values
-
DECISION
static final String DECISION
- See Also:
- Constant Field Values
-
DELIMITER_LISTS
static final String DELIMITER_LISTS
A regex for denoting delimiters used in lists (elements separated by commas and surrounded by parentheses)- See Also:
- Constant Field Values
-
DELIMITER_SETS
static final String DELIMITER_SETS
A regex for denoting delimiters used in sets (elements separated by a comma and surrounded by brace brackets)- See Also:
- Constant Field Values
-
DELIMITER_MSETS
static final String DELIMITER_MSETS
A regex for denoting delimiters used in msets (elements separated by a comma and surrounded by double brace brackets)- See Also:
- Constant Field Values
-
KEYWORDS
static final String[] KEYWORDS
-
-