zeus.concepts
Interface OntologyParserConstants

All Known Implementing Classes:
OntologyParser, OntologyParserTokenManager

interface OntologyParserConstants


Field Summary
static int BEGIN_ATTRIBUTE_ITEM
           
static int BEGIN_ATTRIBUTE_LIST
           
static int BEGIN_FACT_ITEM
           
static int BEGIN_FACTS
           
static int BEGIN_ONTOLOGY
           
static int BEGIN_PREAMBLE
           
static int BEGIN_RESTRICTION_ITEM
           
static int BEGIN_RESTRICTIONS
           
static int DECIMAL
           
static int DEFAULT
           
static int DEFAULT_TAG
           
static int DIGIT
           
static int END_ATTRIBUTE_ITEM
           
static int END_ATTRIBUTE_LIST
           
static int END_FACT_ITEM
           
static int END_FACTS
           
static int END_ONTOLOGY
           
static int END_PREAMBLE
           
static int END_RESTRICTION_ITEM
           
static int END_RESTRICTIONS
           
static int EOF
           
static int EXPONENT
           
static int FORMAL_COMMENT
           
static int ID
           
static int IN_FORMAL_COMMENT
           
static int IN_MULTI_LINE_COMMENT
           
static int IN_SINGLE_LINE_COMMENT
           
static int INTEGER
           
static int LETTER
           
static int LITERAL
           
static int MULTI_LINE_COMMENT
           
static int NAME
           
static int PARENT
           
static int REAL
           
static int RESTRICTION
           
static int SINGLE_LINE_COMMENT
           
static int SYSTEM
           
static int SYSTEM_NAME
           
static java.lang.String[] tokenImage
           
static int TYPE
           
static int VALUE
           
static int VERSION
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

public static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

FORMAL_COMMENT

public static final int FORMAL_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

public static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

BEGIN_ONTOLOGY

public static final int BEGIN_ONTOLOGY
See Also:
Constant Field Values

BEGIN_PREAMBLE

public static final int BEGIN_PREAMBLE
See Also:
Constant Field Values

BEGIN_RESTRICTIONS

public static final int BEGIN_RESTRICTIONS
See Also:
Constant Field Values

BEGIN_RESTRICTION_ITEM

public static final int BEGIN_RESTRICTION_ITEM
See Also:
Constant Field Values

BEGIN_FACTS

public static final int BEGIN_FACTS
See Also:
Constant Field Values

BEGIN_FACT_ITEM

public static final int BEGIN_FACT_ITEM
See Also:
Constant Field Values

BEGIN_ATTRIBUTE_LIST

public static final int BEGIN_ATTRIBUTE_LIST
See Also:
Constant Field Values

BEGIN_ATTRIBUTE_ITEM

public static final int BEGIN_ATTRIBUTE_ITEM
See Also:
Constant Field Values

END_PREAMBLE

public static final int END_PREAMBLE
See Also:
Constant Field Values

END_RESTRICTION_ITEM

public static final int END_RESTRICTION_ITEM
See Also:
Constant Field Values

END_RESTRICTIONS

public static final int END_RESTRICTIONS
See Also:
Constant Field Values

END_ATTRIBUTE_ITEM

public static final int END_ATTRIBUTE_ITEM
See Also:
Constant Field Values

END_ATTRIBUTE_LIST

public static final int END_ATTRIBUTE_LIST
See Also:
Constant Field Values

END_FACT_ITEM

public static final int END_FACT_ITEM
See Also:
Constant Field Values

END_FACTS

public static final int END_FACTS
See Also:
Constant Field Values

END_ONTOLOGY

public static final int END_ONTOLOGY
See Also:
Constant Field Values

SYSTEM_NAME

public static final int SYSTEM_NAME
See Also:
Constant Field Values

SYSTEM

public static final int SYSTEM
See Also:
Constant Field Values

VERSION

public static final int VERSION
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

PARENT

public static final int PARENT
See Also:
Constant Field Values

TYPE

public static final int TYPE
See Also:
Constant Field Values

VALUE

public static final int VALUE
See Also:
Constant Field Values

RESTRICTION

public static final int RESTRICTION
See Also:
Constant Field Values

DEFAULT_TAG

public static final int DEFAULT_TAG
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

REAL

public static final int REAL
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

EXPONENT

public static final int EXPONENT
See Also:
Constant Field Values

LETTER

public static final int LETTER
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

DECIMAL

public static final int DECIMAL
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

public static final int IN_SINGLE_LINE_COMMENT
See Also:
Constant Field Values

IN_FORMAL_COMMENT

public static final int IN_FORMAL_COMMENT
See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

public static final int IN_MULTI_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

public static final java.lang.String[] tokenImage


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.