fuzzydl.parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ALL
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int BNP_QUERY
          RegularExpression Id.
static int BOTTOM
          RegularExpression Id.
static int BV
          RegularExpression Id.
static int CLASSICAL
          RegularExpression Id.
static int COM
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMMENT_MARK
          RegularExpression Id.
static int CONSTRAINTS
          RegularExpression Id.
static int CP
          RegularExpression Id.
static int CRISP
          RegularExpression Id.
static int CSB
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DEFINE_CONCEPT
          RegularExpression Id.
static int DEFINE_FUZZY_CONCEPT
          RegularExpression Id.
static int DEFINE_FUZZY_EQUIVALENCE
          RegularExpression Id.
static int DEFINE_FUZZY_NUMBER
          RegularExpression Id.
static int DEFINE_FUZZY_NUMBER_RANGE
          RegularExpression Id.
static int DEFINE_FUZZY_SIMILARITY
          RegularExpression Id.
static int DEFINE_MODIFIER
          RegularExpression Id.
static int DEFINE_PRIMITIVE_CONCEPT
          RegularExpression Id.
static int DEFINE_TRUTH_CONSTANT
          RegularExpression Id.
static int DISJOINT
          RegularExpression Id.
static int DISJOINT_UNION
          RegularExpression Id.
static int DOMAIN
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int EQL
          RegularExpression Id.
static int FR
          RegularExpression Id.
static int FUNCTIONAL
          RegularExpression Id.
static int FUZZY_LOGIC
          RegularExpression Id.
static int FUZZY_NUMBER_ADD
          RegularExpression Id.
static int FUZZY_NUMBER_DIV
          RegularExpression Id.
static int FUZZY_NUMBER_MINUS
          RegularExpression Id.
static int FUZZY_NUMBER_MULT
          RegularExpression Id.
static int G_AND
          RegularExpression Id.
static int G_IMPLIES
          RegularExpression Id.
static int G_OR
          RegularExpression Id.
static int GRE
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IMPLIES
          RegularExpression Id.
static int IMPLIES_ROLE
          RegularExpression Id.
static int INSTANCE
          RegularExpression Id.
static int INVERSE
          RegularExpression Id.
static int KD_IMPLIES
          RegularExpression Id.
static int L_AND
          RegularExpression Id.
static int L_IMPLIES
          RegularExpression Id.
static int L_OR
          RegularExpression Id.
static int LESS
          RegularExpression Id.
static int LM
          RegularExpression Id.
static int LOM_DEFUZZIFY_QUERY
          RegularExpression Id.
static int LOOSE_LOWER_APPROX
          RegularExpression Id.
static int LOOSE_UPPER_APPROX
          RegularExpression Id.
static int LOWER_APPROX
          RegularExpression Id.
static int LS
          RegularExpression Id.
static int LUKASIEWICZ
          RegularExpression Id.
static int MAX_G_SUBSUMES_QUERY
          RegularExpression Id.
static int MAX_INSTANCE_QUERY
          RegularExpression Id.
static int MAX_KD_SUBSUMES_QUERY
          RegularExpression Id.
static int MAX_L_SUBSUMES_QUERY
          RegularExpression Id.
static int MAX_QUERY
          RegularExpression Id.
static int MAX_RELATED_QUERY
          RegularExpression Id.
static int MAX_SATISFIABLE_QUERY
          RegularExpression Id.
static int MAX_SUBSUMES_QUERY
          RegularExpression Id.
static int MIN_G_SUBSUMES_QUERY
          RegularExpression Id.
static int MIN_INSTANCE_QUERY
          RegularExpression Id.
static int MIN_KD_SUBSUMES_QUERY
          RegularExpression Id.
static int MIN_L_SUBSUMES_QUERY
          RegularExpression Id.
static int MIN_QUERY
          RegularExpression Id.
static int MIN_RELATED_QUERY
          RegularExpression Id.
static int MIN_SATISFIABLE_QUERY
          RegularExpression Id.
static int MIN_SUBSUMES_QUERY
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MOM_DEFUZZIFY_QUERY
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int NUMBER_TYPE
          RegularExpression Id.
static int OP
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int OSB
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int RANGE
          RegularExpression Id.
static int REFLEXIVE
          RegularExpression Id.
static int RELATED
          RegularExpression Id.
static int RS
          RegularExpression Id.
static int SELF
          RegularExpression Id.
static int SHOW_ABSTRACT_FILLER
          RegularExpression Id.
static int SHOW_ABSTRACT_FILLER_FOR
          RegularExpression Id.
static int SHOW_CONCEPTS
          RegularExpression Id.
static int SHOW_CONCRETE_FILLER
          RegularExpression Id.
static int SHOW_CONCRETE_FILLER_AND_LABELS
          RegularExpression Id.
static int SHOW_CONCRETE_FILLER_FOR
          RegularExpression Id.
static int SHOW_INSTANCES
          RegularExpression Id.
static int SHOW_LANGUAGE
          RegularExpression Id.
static int SHOW_VARIABLES
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SOM_DEFUZZIFY_QUERY
          RegularExpression Id.
static int SOME
          RegularExpression Id.
static int STAR
          RegularExpression Id.
static int STRING_TYPE
          RegularExpression Id.
static int SYMMETRIC
          RegularExpression Id.
static int TIGHT_LOWER_APPROX
          RegularExpression Id.
static int TIGHT_UPPER_APPROX
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TOP
          RegularExpression Id.
static int TRANSITIVE
          RegularExpression Id.
static int TRAP
          RegularExpression Id.
static int TRI
          RegularExpression Id.
static int TRIAM
          RegularExpression Id.
static int UPPER_APPROX
          RegularExpression Id.
static int W_SUM
          RegularExpression Id.
static int Z_IMPLIES
          RegularExpression Id.
static int ZADEH
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

EOL

static final int EOL
RegularExpression Id.

See Also:
Constant Field Values

INSTANCE

static final int INSTANCE
RegularExpression Id.

See Also:
Constant Field Values

MAX_INSTANCE_QUERY

static final int MAX_INSTANCE_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_INSTANCE_QUERY

static final int MIN_INSTANCE_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_RELATED_QUERY

static final int MAX_RELATED_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_RELATED_QUERY

static final int MIN_RELATED_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_SUBSUMES_QUERY

static final int MAX_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_G_SUBSUMES_QUERY

static final int MAX_G_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_L_SUBSUMES_QUERY

static final int MAX_L_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_KD_SUBSUMES_QUERY

static final int MAX_KD_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_SUBSUMES_QUERY

static final int MIN_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_G_SUBSUMES_QUERY

static final int MIN_G_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_L_SUBSUMES_QUERY

static final int MIN_L_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_KD_SUBSUMES_QUERY

static final int MIN_KD_SUBSUMES_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_SATISFIABLE_QUERY

static final int MAX_SATISFIABLE_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_SATISFIABLE_QUERY

static final int MIN_SATISFIABLE_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MAX_QUERY

static final int MAX_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MIN_QUERY

static final int MIN_QUERY
RegularExpression Id.

See Also:
Constant Field Values

LOM_DEFUZZIFY_QUERY

static final int LOM_DEFUZZIFY_QUERY
RegularExpression Id.

See Also:
Constant Field Values

SOM_DEFUZZIFY_QUERY

static final int SOM_DEFUZZIFY_QUERY
RegularExpression Id.

See Also:
Constant Field Values

MOM_DEFUZZIFY_QUERY

static final int MOM_DEFUZZIFY_QUERY
RegularExpression Id.

See Also:
Constant Field Values

BNP_QUERY

static final int BNP_QUERY
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_TRUTH_CONSTANT

static final int DEFINE_TRUTH_CONSTANT
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_CONCEPT

static final int DEFINE_CONCEPT
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_PRIMITIVE_CONCEPT

static final int DEFINE_PRIMITIVE_CONCEPT
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_FUZZY_CONCEPT

static final int DEFINE_FUZZY_CONCEPT
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_FUZZY_NUMBER

static final int DEFINE_FUZZY_NUMBER
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_FUZZY_NUMBER_RANGE

static final int DEFINE_FUZZY_NUMBER_RANGE
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_FUZZY_SIMILARITY

static final int DEFINE_FUZZY_SIMILARITY
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_FUZZY_EQUIVALENCE

static final int DEFINE_FUZZY_EQUIVALENCE
RegularExpression Id.

See Also:
Constant Field Values

RELATED

static final int RELATED
RegularExpression Id.

See Also:
Constant Field Values

DEFINE_MODIFIER

static final int DEFINE_MODIFIER
RegularExpression Id.

See Also:
Constant Field Values

FUNCTIONAL

static final int FUNCTIONAL
RegularExpression Id.

See Also:
Constant Field Values

TRANSITIVE

static final int TRANSITIVE
RegularExpression Id.

See Also:
Constant Field Values

REFLEXIVE

static final int REFLEXIVE
RegularExpression Id.

See Also:
Constant Field Values

SYMMETRIC

static final int SYMMETRIC
RegularExpression Id.

See Also:
Constant Field Values

IMPLIES_ROLE

static final int IMPLIES_ROLE
RegularExpression Id.

See Also:
Constant Field Values

INVERSE

static final int INVERSE
RegularExpression Id.

See Also:
Constant Field Values

DISJOINT

static final int DISJOINT
RegularExpression Id.

See Also:
Constant Field Values

DISJOINT_UNION

static final int DISJOINT_UNION
RegularExpression Id.

See Also:
Constant Field Values

RANGE

static final int RANGE
RegularExpression Id.

See Also:
Constant Field Values

DOMAIN

static final int DOMAIN
RegularExpression Id.

See Also:
Constant Field Values

CONSTRAINTS

static final int CONSTRAINTS
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_LOGIC

static final int FUZZY_LOGIC
RegularExpression Id.

See Also:
Constant Field Values

COM

static final int COM
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

G_AND

static final int G_AND
RegularExpression Id.

See Also:
Constant Field Values

L_AND

static final int L_AND
RegularExpression Id.

See Also:
Constant Field Values

IMPLIES

static final int IMPLIES
RegularExpression Id.

See Also:
Constant Field Values

G_IMPLIES

static final int G_IMPLIES
RegularExpression Id.

See Also:
Constant Field Values

KD_IMPLIES

static final int KD_IMPLIES
RegularExpression Id.

See Also:
Constant Field Values

L_IMPLIES

static final int L_IMPLIES
RegularExpression Id.

See Also:
Constant Field Values

Z_IMPLIES

static final int Z_IMPLIES
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

G_OR

static final int G_OR
RegularExpression Id.

See Also:
Constant Field Values

L_OR

static final int L_OR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

SOME

static final int SOME
RegularExpression Id.

See Also:
Constant Field Values

ALL

static final int ALL
RegularExpression Id.

See Also:
Constant Field Values

TOP

static final int TOP
RegularExpression Id.

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
RegularExpression Id.

See Also:
Constant Field Values

W_SUM

static final int W_SUM
RegularExpression Id.

See Also:
Constant Field Values

SELF

static final int SELF
RegularExpression Id.

See Also:
Constant Field Values

UPPER_APPROX

static final int UPPER_APPROX
RegularExpression Id.

See Also:
Constant Field Values

LOWER_APPROX

static final int LOWER_APPROX
RegularExpression Id.

See Also:
Constant Field Values

TIGHT_UPPER_APPROX

static final int TIGHT_UPPER_APPROX
RegularExpression Id.

See Also:
Constant Field Values

TIGHT_LOWER_APPROX

static final int TIGHT_LOWER_APPROX
RegularExpression Id.

See Also:
Constant Field Values

LOOSE_UPPER_APPROX

static final int LOOSE_UPPER_APPROX
RegularExpression Id.

See Also:
Constant Field Values

LOOSE_LOWER_APPROX

static final int LOOSE_LOWER_APPROX
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_NUMBER_ADD

static final int FUZZY_NUMBER_ADD
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_NUMBER_MINUS

static final int FUZZY_NUMBER_MINUS
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_NUMBER_MULT

static final int FUZZY_NUMBER_MULT
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_NUMBER_DIV

static final int FUZZY_NUMBER_DIV
RegularExpression Id.

See Also:
Constant Field Values

CRISP

static final int CRISP
RegularExpression Id.

See Also:
Constant Field Values

LS

static final int LS
RegularExpression Id.

See Also:
Constant Field Values

RS

static final int RS
RegularExpression Id.

See Also:
Constant Field Values

TRI

static final int TRI
RegularExpression Id.

See Also:
Constant Field Values

TRAP

static final int TRAP
RegularExpression Id.

See Also:
Constant Field Values

LM

static final int LM
RegularExpression Id.

See Also:
Constant Field Values

TRIAM

static final int TRIAM
RegularExpression Id.

See Also:
Constant Field Values

SHOW_VARIABLES

static final int SHOW_VARIABLES
RegularExpression Id.

See Also:
Constant Field Values

SHOW_ABSTRACT_FILLER

static final int SHOW_ABSTRACT_FILLER
RegularExpression Id.

See Also:
Constant Field Values

SHOW_ABSTRACT_FILLER_FOR

static final int SHOW_ABSTRACT_FILLER_FOR
RegularExpression Id.

See Also:
Constant Field Values

SHOW_CONCRETE_FILLER

static final int SHOW_CONCRETE_FILLER
RegularExpression Id.

See Also:
Constant Field Values

SHOW_CONCRETE_FILLER_FOR

static final int SHOW_CONCRETE_FILLER_FOR
RegularExpression Id.

See Also:
Constant Field Values

SHOW_CONCRETE_FILLER_AND_LABELS

static final int SHOW_CONCRETE_FILLER_AND_LABELS
RegularExpression Id.

See Also:
Constant Field Values

SHOW_INSTANCES

static final int SHOW_INSTANCES
RegularExpression Id.

See Also:
Constant Field Values

SHOW_CONCEPTS

static final int SHOW_CONCEPTS
RegularExpression Id.

See Also:
Constant Field Values

SHOW_LANGUAGE

static final int SHOW_LANGUAGE
RegularExpression Id.

See Also:
Constant Field Values

FR

static final int FR
RegularExpression Id.

See Also:
Constant Field Values

BV

static final int BV
RegularExpression Id.

See Also:
Constant Field Values

LUKASIEWICZ

static final int LUKASIEWICZ
RegularExpression Id.

See Also:
Constant Field Values

ZADEH

static final int ZADEH
RegularExpression Id.

See Also:
Constant Field Values

CLASSICAL

static final int CLASSICAL
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

STAR

static final int STAR
RegularExpression Id.

See Also:
Constant Field Values

LESS

static final int LESS
RegularExpression Id.

See Also:
Constant Field Values

GRE

static final int GRE
RegularExpression Id.

See Also:
Constant Field Values

EQL

static final int EQL
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

OP

static final int OP
RegularExpression Id.

See Also:
Constant Field Values

CP

static final int CP
RegularExpression Id.

See Also:
Constant Field Values

OSB

static final int OSB
RegularExpression Id.

See Also:
Constant Field Values

CSB

static final int CSB
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_MARK

static final int COMMENT_MARK
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

STRING_TYPE

static final int STRING_TYPE
RegularExpression Id.

See Also:
Constant Field Values

NUMBER_TYPE

static final int NUMBER_TYPE
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.