AST
Interface OwlParserConstants
- All Known Implementing Classes:
- OwlParser, OwlParserTokenManager
public interface OwlParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
OWL_ALLVALUESFROM
static final int OWL_ALLVALUESFROM
- See Also:
- Constant Field Values
OWL_ALLDIFFERENT
static final int OWL_ALLDIFFERENT
- See Also:
- Constant Field Values
OWL_CARDINALITY
static final int OWL_CARDINALITY
- See Also:
- Constant Field Values
OWL_CLASS
static final int OWL_CLASS
- See Also:
- Constant Field Values
OWL_DATARANGE
static final int OWL_DATARANGE
- See Also:
- Constant Field Values
OWL_DATATYPEPROPERTY
static final int OWL_DATATYPEPROPERTY
- See Also:
- Constant Field Values
OWL_DISJOINTWITH
static final int OWL_DISJOINTWITH
- See Also:
- Constant Field Values
OWL_EQUIVALENTCLASS
static final int OWL_EQUIVALENTCLASS
- See Also:
- Constant Field Values
OWL_FUNCTIONALPROPERTY
static final int OWL_FUNCTIONALPROPERTY
- See Also:
- Constant Field Values
OWL_IMPORTS
static final int OWL_IMPORTS
- See Also:
- Constant Field Values
OWL_INTERSECTIONOF
static final int OWL_INTERSECTIONOF
- See Also:
- Constant Field Values
OWL_INVERSEOF
static final int OWL_INVERSEOF
- See Also:
- Constant Field Values
OWL_MINCARDINALITY
static final int OWL_MINCARDINALITY
- See Also:
- Constant Field Values
OWL_OBJECTPROPERTY
static final int OWL_OBJECTPROPERTY
- See Also:
- Constant Field Values
OWL_ONPROPERTY
static final int OWL_ONPROPERTY
- See Also:
- Constant Field Values
OWL_ONEOF
static final int OWL_ONEOF
- See Also:
- Constant Field Values
OWL_ONTOLOGY
static final int OWL_ONTOLOGY
- See Also:
- Constant Field Values
OWL_RESTRICTION
static final int OWL_RESTRICTION
- See Also:
- Constant Field Values
OWL_SOMEVALUESFROM
static final int OWL_SOMEVALUESFROM
- See Also:
- Constant Field Values
OWL_UNIONOF
static final int OWL_UNIONOF
- See Also:
- Constant Field Values
RDF_RDF
static final int RDF_RDF
- See Also:
- Constant Field Values
RDF_ABOUT
static final int RDF_ABOUT
- See Also:
- Constant Field Values
RDF_DATATYPE
static final int RDF_DATATYPE
- See Also:
- Constant Field Values
RDF_ID
static final int RDF_ID
- See Also:
- Constant Field Values
RDF_FIRST
static final int RDF_FIRST
- See Also:
- Constant Field Values
RDF_REST
static final int RDF_REST
- See Also:
- Constant Field Values
RDF_PARSETYPE
static final int RDF_PARSETYPE
- See Also:
- Constant Field Values
RDF_RESOURCE
static final int RDF_RESOURCE
- See Also:
- Constant Field Values
RDF_TYPE
static final int RDF_TYPE
- See Also:
- Constant Field Values
RDFS_COMMENT
static final int RDFS_COMMENT
- See Also:
- Constant Field Values
RDFS_DOMAIN
static final int RDFS_DOMAIN
- See Also:
- Constant Field Values
RDFS_RANGE
static final int RDFS_RANGE
- See Also:
- Constant Field Values
RDFS_SUBCLASSOF
static final int RDFS_SUBCLASSOF
- See Also:
- Constant Field Values
RDFS_SUBPROPERTYOF
static final int RDFS_SUBPROPERTYOF
- See Also:
- Constant Field Values
VERSION
static final int VERSION
- See Also:
- Constant Field Values
XML
static final int XML
- See Also:
- Constant Field Values
XML_BASE
static final int XML_BASE
- See Also:
- Constant Field Values
XMLNS
static final int XMLNS
- See Also:
- Constant Field Values
XMLNS_DAML
static final int XMLNS_DAML
- See Also:
- Constant Field Values
XMLNS_DC
static final int XMLNS_DC
- See Also:
- Constant Field Values
XMLNS_P1
static final int XMLNS_P1
- See Also:
- Constant Field Values
XMLNS_PROTEGE
static final int XMLNS_PROTEGE
- See Also:
- Constant Field Values
XMLNS_RDF
static final int XMLNS_RDF
- See Also:
- Constant Field Values
XMLNS_XSD
static final int XMLNS_XSD
- See Also:
- Constant Field Values
XMLNS_RDFS
static final int XMLNS_RDFS
- See Also:
- Constant Field Values
XMLNS_OWL
static final int XMLNS_OWL
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOAT_LITERAL
static final int FLOAT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
BOUNDS
static final int BOUNDS
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage