fuzzyowl2.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 A
          RegularExpression Id.
static int AXIOM
          RegularExpression Id.
static int B
          RegularExpression Id.
static int BASE
          RegularExpression Id.
static int C
          RegularExpression Id.
static int CLOSE_TAG
          RegularExpression Id.
static int COM
          RegularExpression Id.
static int CONCEPT
          RegularExpression Id.
static int CONCEPT_DEF
          RegularExpression Id.
static int CONCEPTS
          RegularExpression Id.
static int CP
          RegularExpression Id.
static int CSB
          RegularExpression Id.
static int D
          RegularExpression Id.
static int DATATYPE
          RegularExpression Id.
static int DATATYPE_DEF
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DEGREE_DEF
          RegularExpression Id.
static int DEGREE_VALUE
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int EQL
          RegularExpression Id.
static int FUZZY_DEF
          RegularExpression Id.
static int FUZZY_NOMINAL
          RegularExpression Id.
static int FUZZYOWL2
          RegularExpression Id.
static int FUZZYTYPE
          RegularExpression Id.
static int GEQ
          RegularExpression Id.
static int GOEDEL
          RegularExpression Id.
static int GRE
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int INDIVIDUAL
          RegularExpression Id.
static int LEQ
          RegularExpression Id.
static int LES
          RegularExpression Id.
static int LINEAR
          RegularExpression Id.
static int LOGIC
          RegularExpression Id.
static int LS
          RegularExpression Id.
static int LUKASIEWICZ
          RegularExpression Id.
static int MODIFIED
          RegularExpression Id.
static int MODIFIER
          RegularExpression Id.
static int MODIFIER_DEF
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int ONTOLOGY
          RegularExpression Id.
static int OP
          RegularExpression Id.
static int OPEN_TAG
          RegularExpression Id.
static int OSB
          RegularExpression Id.
static int OWA
          RegularExpression Id.
static int PRODUCT
          RegularExpression Id.
static int QOWA
          RegularExpression Id.
static int QUANTIFIER
          RegularExpression Id.
static int ROLE
          RegularExpression Id.
static int ROLE_DEF
          RegularExpression Id.
static int RS
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRAP
          RegularExpression Id.
static int TRI
          RegularExpression Id.
static int TYPE
          RegularExpression Id.
static int WEIGHT
          RegularExpression Id.
static int WEIGHTED
          RegularExpression Id.
static int WEIGHTED_SUM
          RegularExpression Id.
static int WEIGHTS
          RegularExpression Id.
static int ZADEH
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

DATATYPE_DEF

static final int DATATYPE_DEF
RegularExpression Id.

See Also:
Constant Field Values

MODIFIER_DEF

static final int MODIFIER_DEF
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_DEF

static final int FUZZY_DEF
RegularExpression Id.

See Also:
Constant Field Values

FUZZYOWL2

static final int FUZZYOWL2
RegularExpression Id.

See Also:
Constant Field Values

ONTOLOGY

static final int ONTOLOGY
RegularExpression Id.

See Also:
Constant Field Values

CONCEPT

static final int CONCEPT
RegularExpression Id.

See Also:
Constant Field Values

ROLE

static final int ROLE
RegularExpression Id.

See Also:
Constant Field Values

AXIOM

static final int AXIOM
RegularExpression Id.

See Also:
Constant Field Values

DATATYPE

static final int DATATYPE
RegularExpression Id.

See Also:
Constant Field Values

CONCEPT_DEF

static final int CONCEPT_DEF
RegularExpression Id.

See Also:
Constant Field Values

ROLE_DEF

static final int ROLE_DEF
RegularExpression Id.

See Also:
Constant Field Values

DEGREE_DEF

static final int DEGREE_DEF
RegularExpression Id.

See Also:
Constant Field Values

DEGREE_VALUE

static final int DEGREE_VALUE
RegularExpression Id.

See Also:
Constant Field Values

FUZZYTYPE

static final int FUZZYTYPE
RegularExpression Id.

See Also:
Constant Field Values

MODIFIED

static final int MODIFIED
RegularExpression Id.

See Also:
Constant Field Values

WEIGHTED

static final int WEIGHTED
RegularExpression Id.

See Also:
Constant Field Values

FUZZY_NOMINAL

static final int FUZZY_NOMINAL
RegularExpression Id.

See Also:
Constant Field Values

INDIVIDUAL

static final int INDIVIDUAL
RegularExpression Id.

See Also:
Constant Field Values

WEIGHTED_SUM

static final int WEIGHTED_SUM
RegularExpression Id.

See Also:
Constant Field Values

MODIFIER

static final int MODIFIER
RegularExpression Id.

See Also:
Constant Field Values

BASE

static final int BASE
RegularExpression Id.

See Also:
Constant Field Values

OWA

static final int OWA
RegularExpression Id.

See Also:
Constant Field Values

QOWA

static final int QOWA
RegularExpression Id.

See Also:
Constant Field Values

CONCEPTS

static final int CONCEPTS
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

WEIGHTS

static final int WEIGHTS
RegularExpression Id.

See Also:
Constant Field Values

WEIGHT

static final int WEIGHT
RegularExpression Id.

See Also:
Constant Field Values

QUANTIFIER

static final int QUANTIFIER
RegularExpression Id.

See Also:
Constant Field Values

EOL

static final int EOL
RegularExpression Id.

See Also:
Constant Field Values

TYPE

static final int TYPE
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

LINEAR

static final int LINEAR
RegularExpression Id.

See Also:
Constant Field Values

A

static final int A
RegularExpression Id.

See Also:
Constant Field Values

B

static final int B
RegularExpression Id.

See Also:
Constant Field Values

C

static final int C
RegularExpression Id.

See Also:
Constant Field Values

D

static final int D
RegularExpression Id.

See Also:
Constant Field Values

LOGIC

static final int LOGIC
RegularExpression Id.

See Also:
Constant Field Values

GOEDEL

static final int GOEDEL
RegularExpression Id.

See Also:
Constant Field Values

LUKASIEWICZ

static final int LUKASIEWICZ
RegularExpression Id.

See Also:
Constant Field Values

PRODUCT

static final int PRODUCT
RegularExpression Id.

See Also:
Constant Field Values

ZADEH

static final int ZADEH
RegularExpression Id.

See Also:
Constant Field Values

COM

static final int COM
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

OPEN_TAG

static final int OPEN_TAG
RegularExpression Id.

See Also:
Constant Field Values

CLOSE_TAG

static final int CLOSE_TAG
RegularExpression Id.

See Also:
Constant Field Values

SLASH

static final int SLASH
RegularExpression Id.

See Also:
Constant Field Values

EQL

static final int EQL
RegularExpression Id.

See Also:
Constant Field Values

LES

static final int LES
RegularExpression Id.

See Also:
Constant Field Values

LEQ

static final int LEQ
RegularExpression Id.

See Also:
Constant Field Values

GEQ

static final int GEQ
RegularExpression Id.

See Also:
Constant Field Values

GRE

static final int GRE
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
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.