Uses of Package
net.ontopia.topicmaps.query.parser

Packages that use net.ontopia.topicmaps.query.parser
net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language. 
net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. 
net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. 
net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. 
net.ontopia.topicmaps.query.spi Provides a set of service provider interfaces for adding new predicates to the tolog query language. 
net.ontopia.topicmaps.query.utils This package provides query utility classes. 
 

Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.impl.basic
AbstractClause
          INTERNAL: Common superclass for or clauses and other kinds of clauses.
ModificationStatement
          INTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).
ModuleIF
          INTERNAL: Represents a tolog module.
OrClause
          INTERNAL: Used to represent or clauses in tolog queries.
ParsedRule
          INTERNAL: Represents a parsed rule.
PredicateClause
          INTERNAL: Used to represent clauses in tolog queries.
PredicateFactoryIF
          INTERNAL: Implemented by classes which can create PredicateIF objects.
PredicateIF
          INTERNAL: Represents a predicate.
TologOptions
          INTERNAL: Represents the properties set in a given tolog processing context.
TologParser
          INTERNAL: The tolog query parser.
TologQuery
          INTERNAL: Used to represent parsed SELECT queries.
Variable
          INTERNAL: Used to represent variable references in tolog queries.
 

Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.impl.rdbms
ModuleIF
          INTERNAL: Represents a tolog module.
PredicateFactoryIF
          INTERNAL: Implemented by classes which can create PredicateIF objects.
PredicateIF
          INTERNAL: Represents a predicate.
TologQuery
          INTERNAL: Used to represent parsed SELECT queries.
Variable
          INTERNAL: Used to represent variable references in tolog queries.
 

Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.impl.utils
AbstractClause
          INTERNAL: Common superclass for or clauses and other kinds of clauses.
OrClause
          INTERNAL: Used to represent or clauses in tolog queries.
ParsedRule
          INTERNAL: Represents a parsed rule.
PredicateClause
          INTERNAL: Used to represent clauses in tolog queries.
PredicateIF
          INTERNAL: Represents a predicate.
TologQuery
          INTERNAL: Used to represent parsed SELECT queries.
Variable
          INTERNAL: Used to represent variable references in tolog queries.
 

Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.parser
AbstractClause
          INTERNAL: Common superclass for or clauses and other kinds of clauses.
AntlrWrapException
          INTERNAL: Exception used to wrap other exceptions so that they can be thrown from inside ANTLR-generated code.
ModificationFunctionStatement
          INTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.
ModificationStatement
          INTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).
ModuleIF
          INTERNAL: Represents a tolog module.
ParseContextIF
          INTERNAL: Represents an interpretation context for tolog queries.
ParsedRule
          INTERNAL: Represents a parsed rule.
PredicateClause
          INTERNAL: Used to represent clauses in tolog queries.
PredicateFactoryIF
          INTERNAL: Implemented by classes which can create PredicateIF objects.
PredicateIF
          INTERNAL: Represents a predicate.
QName
          INTERNAL: Used to represent qualified name references in tolog queries.
RealTologParserTokenTypes
           
TologLexer
          A tolog lexer, to be used with the Antlr-generated parser.
TologOptions
          INTERNAL: Represents the properties set in a given tolog processing context.
TologQuery
          INTERNAL: Used to represent parsed SELECT queries.
TologStatement
          INTERNAL: Common abstract superclass for all kinds of tolog statements, including SELECT and the update statements.
Variable
          INTERNAL: Used to represent variable references in tolog queries.
 

Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.spi
PredicateIF
          INTERNAL: Represents a predicate.
 

Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.utils
TologQuery
          INTERNAL: Used to represent parsed SELECT queries.
 



Copyright © 2000-2012 Ontopia.