org.shapelogic.util
Class Constants

java.lang.Object
  extended by org.shapelogic.util.Constants

public class Constants
extends java.lang.Object

This just contains a lot of constants. This should help prevent cyclic dependencies.

Author:
Sami Badawi

Field Summary
static java.lang.String AND
           
static int BEFORE_START_INDEX
           
static java.lang.String BOOLEAN_TASK
           
static int BYTE_MASK
           
static java.lang.String COUNT_COLLECTION_GREATER_TASK
           
static java.lang.String COUNT_COLLECTION_TASK
           
static int[] CYCLE_POINTS_X
          What you need to add to the x coordinate to get to the indexed point
static int[] CYCLE_POINTS_Y
          What you need to add to the y coordinate to get to the indexed point
static byte DIRECTION_NOT_USED
           
static int DIRECTIONS_4_AROUND_POINT
           
static int DIRECTIONS_AROUND_POINT
           
static int DOWN
           
static java.lang.String FILTER_COUNT_GREATER_TASK
           
static java.lang.String FILTER_COUNT_TASK
           
static java.lang.String FUNCTION_NAME_SUFFIX
          Suffix to function name based on stream name.
static java.lang.String GROOVY
          Names of scripting languages in JSR 223.
static java.lang.String JAVASCRIPT
           
static int LAST_UNKNOWN
           
static int LEFT
           
static int LEFT_DOWN
           
static int LEFT_UP
           
static java.lang.String NO_OH
           
static java.lang.String NUMERIC_GREATER_TASK
           
static java.lang.String OR
           
static java.lang.String PARAMETRIC_RULE_TASK
           
static java.lang.String POLYGON
          Names used for polygons in matches.
static double PRECISION
           
static java.lang.String RAW_POLYGON
           
static int RIGHT
           
static int RIGHT_DOWN
           
static int RIGHT_UP
           
static java.lang.String SIMPLE_NUMERIC_TASK
           
static int START_INDEX
           
static double TOLERANCE
           
static int UP
           
static java.lang.String XOR
           
static java.lang.Integer ZERO
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRECISION

public static final double PRECISION
See Also:
Constant Field Values

BYTE_MASK

public static final int BYTE_MASK
See Also:
Constant Field Values

DIRECTION_NOT_USED

public static final byte DIRECTION_NOT_USED
See Also:
Constant Field Values

DIRECTIONS_AROUND_POINT

public static final int DIRECTIONS_AROUND_POINT
See Also:
Constant Field Values

DIRECTIONS_4_AROUND_POINT

public static final int DIRECTIONS_4_AROUND_POINT
See Also:
Constant Field Values

BEFORE_START_INDEX

public static final int BEFORE_START_INDEX
See Also:
Constant Field Values

START_INDEX

public static final int START_INDEX
See Also:
Constant Field Values

ZERO

public static final java.lang.Integer ZERO

CYCLE_POINTS_X

public static int[] CYCLE_POINTS_X
What you need to add to the x coordinate to get to the indexed point


CYCLE_POINTS_Y

public static int[] CYCLE_POINTS_Y
What you need to add to the y coordinate to get to the indexed point


RIGHT

public static final int RIGHT
See Also:
Constant Field Values

RIGHT_DOWN

public static final int RIGHT_DOWN
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values

LEFT_DOWN

public static final int LEFT_DOWN
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

LEFT_UP

public static final int LEFT_UP
See Also:
Constant Field Values

UP

public static final int UP
See Also:
Constant Field Values

RIGHT_UP

public static final int RIGHT_UP
See Also:
Constant Field Values

SIMPLE_NUMERIC_TASK

public static final java.lang.String SIMPLE_NUMERIC_TASK
See Also:
Constant Field Values

COUNT_COLLECTION_TASK

public static final java.lang.String COUNT_COLLECTION_TASK
See Also:
Constant Field Values

FILTER_COUNT_TASK

public static final java.lang.String FILTER_COUNT_TASK
See Also:
Constant Field Values

BOOLEAN_TASK

public static final java.lang.String BOOLEAN_TASK
See Also:
Constant Field Values

NUMERIC_GREATER_TASK

public static final java.lang.String NUMERIC_GREATER_TASK
See Also:
Constant Field Values

COUNT_COLLECTION_GREATER_TASK

public static final java.lang.String COUNT_COLLECTION_GREATER_TASK
See Also:
Constant Field Values

FILTER_COUNT_GREATER_TASK

public static final java.lang.String FILTER_COUNT_GREATER_TASK
See Also:
Constant Field Values

PARAMETRIC_RULE_TASK

public static final java.lang.String PARAMETRIC_RULE_TASK
See Also:
Constant Field Values

TOLERANCE

public static final double TOLERANCE
See Also:
Constant Field Values

LAST_UNKNOWN

public static final int LAST_UNKNOWN
See Also:
Constant Field Values

NO_OH

public static final java.lang.String NO_OH
See Also:
Constant Field Values

AND

public static final java.lang.String AND
See Also:
Constant Field Values

OR

public static final java.lang.String OR
See Also:
Constant Field Values

XOR

public static final java.lang.String XOR
See Also:
Constant Field Values

FUNCTION_NAME_SUFFIX

public static final java.lang.String FUNCTION_NAME_SUFFIX
Suffix to function name based on stream name.

See Also:
Constant Field Values

GROOVY

public static final java.lang.String GROOVY
Names of scripting languages in JSR 223.

See Also:
Constant Field Values

JAVASCRIPT

public static final java.lang.String JAVASCRIPT
See Also:
Constant Field Values

POLYGON

public static final java.lang.String POLYGON
Names used for polygons in matches. Might be moved again.

See Also:
Constant Field Values

RAW_POLYGON

public static final java.lang.String RAW_POLYGON
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2009. All Rights Reserved.