puzzled
Interface Constants

All Known Implementing Classes:
AnswerCanvas, GridCanvas, Grid, Parser, Processor

public interface Constants

This interface provide some usefull constants to the whole application. Classes needing to refer to these constants can either implement this interface or refer to the constants by using a call similar to Constants.VALUE_YES.


Field Summary
static java.lang.String ACTION_TOKEN
           
static java.lang.String AND_TOKEN
           
static java.lang.String[] AND_TOKENS
           
static int IS_ACTION
           
static java.lang.String IS_TOKEN
           
static java.lang.String[] IS_TOKENS
           
static int ISNOT_ACTION
           
static java.lang.String JUNCTION_TOKEN
           
static int LESS_ACTION
           
static java.lang.String LESS_TOKEN
           
static java.lang.String[] LESS_TOKENS
           
static int MORE_ACTION
           
static java.lang.String MORE_TOKEN
           
static java.lang.String[] MORE_TOKENS
           
static int NEXT_ACTION
           
static java.lang.String NEXT_TOKEN
           
static java.lang.String[] NEXT_TOKENS
           
static int NO_ACTION
           
static java.lang.String NOR_TOKEN
           
static java.lang.String NOT_TOKEN
           
static java.lang.String[] NOT_TOKENS
           
static int NOT_VALID
          Value returned when looking for the category index or item index of an unexisting index.
static int NOTNEXT_ACTION
           
static java.lang.String NOTNEXT_TOKEN
           
static java.lang.String NUMBER_TOKEN
           
static java.lang.String[] NUMBER_TOKENS
           
static int OR_ACTION
           
static java.lang.String OR_TOKEN
           
static java.lang.String[] OR_TOKENS
           
static java.lang.String PREVIOUS_CLUE_TOKEN
           
static java.lang.String RESET_TOKEN
           
static java.lang.String THAN_TOKEN
           
static java.lang.String TO_TOKEN
           
static int VALUE_NO
          Value representing a definite non-match between two items.
static int VALUE_UNKNOWN
          Value representing that the relationship between two items is yet to be dicovered.
static int VALUE_YES
          Value representing a definite match between two items.
 

Field Detail

VALUE_YES

public static final int VALUE_YES
Value representing a definite match between two items.

VALUE_NO

public static final int VALUE_NO
Value representing a definite non-match between two items.

VALUE_UNKNOWN

public static final int VALUE_UNKNOWN
Value representing that the relationship between two items is yet to be dicovered.

NOT_VALID

public static final int NOT_VALID
Value returned when looking for the category index or item index of an unexisting index.

IS_TOKENS

public static final java.lang.String[] IS_TOKENS

NOT_TOKENS

public static final java.lang.String[] NOT_TOKENS

AND_TOKENS

public static final java.lang.String[] AND_TOKENS

OR_TOKENS

public static final java.lang.String[] OR_TOKENS

LESS_TOKENS

public static final java.lang.String[] LESS_TOKENS

MORE_TOKENS

public static final java.lang.String[] MORE_TOKENS

NEXT_TOKENS

public static final java.lang.String[] NEXT_TOKENS

NOTNEXT_TOKEN

public static final java.lang.String NOTNEXT_TOKEN

THAN_TOKEN

public static final java.lang.String THAN_TOKEN

TO_TOKEN

public static final java.lang.String TO_TOKEN

NOR_TOKEN

public static final java.lang.String NOR_TOKEN

RESET_TOKEN

public static final java.lang.String RESET_TOKEN

PREVIOUS_CLUE_TOKEN

public static final java.lang.String PREVIOUS_CLUE_TOKEN

NUMBER_TOKENS

public static final java.lang.String[] NUMBER_TOKENS

JUNCTION_TOKEN

public static final java.lang.String JUNCTION_TOKEN

ACTION_TOKEN

public static final java.lang.String ACTION_TOKEN

IS_TOKEN

public static final java.lang.String IS_TOKEN

NUMBER_TOKEN

public static final java.lang.String NUMBER_TOKEN

NOT_TOKEN

public static final java.lang.String NOT_TOKEN

AND_TOKEN

public static final java.lang.String AND_TOKEN

OR_TOKEN

public static final java.lang.String OR_TOKEN

LESS_TOKEN

public static final java.lang.String LESS_TOKEN

MORE_TOKEN

public static final java.lang.String MORE_TOKEN

NEXT_TOKEN

public static final java.lang.String NEXT_TOKEN

NO_ACTION

public static final int NO_ACTION

IS_ACTION

public static final int IS_ACTION

ISNOT_ACTION

public static final int ISNOT_ACTION

MORE_ACTION

public static final int MORE_ACTION

LESS_ACTION

public static final int LESS_ACTION

OR_ACTION

public static final int OR_ACTION

NEXT_ACTION

public static final int NEXT_ACTION

NOTNEXT_ACTION

public static final int NOTNEXT_ACTION