|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.ontopia.topicmaps.query.core | |
---|---|
net.ontopia.topicmaps.db2tm | The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps. |
net.ontopia.topicmaps.nav2.core | Provides interfaces for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.nav2.portlets.pojos | |
net.ontopia.topicmaps.nav2.servlets | This package contains the servlet classes used by Ontopia's navigator framework. |
net.ontopia.topicmaps.nav2.taglibs.TMvalue | Value-producing tags, which extract information from the topic map and insert it into the execution context. |
net.ontopia.topicmaps.nav2.taglibs.logic | Logic tags, which define the execution context, modify the context, and control the flow of execution. |
net.ontopia.topicmaps.nav2.taglibs.tolog | |
net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.query.core | Contains the interfaces through which interaction with query processors, queries, and query results are done. |
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. |
net.ontopia.topicmaps.utils | This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. |
net.ontopia.topicmaps.utils.tmrap | |
ontopoly.conversion | |
ontopoly.model |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.db2tm | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.core | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.portlets.pojos | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
ParsedQueryIF
PUBLIC: Used to represent parsed queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.servlets | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.taglibs.TMvalue | |
---|---|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.taglibs.logic | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.taglibs.tolog | |
---|---|
ParsedQueryIF
PUBLIC: Used to represent parsed queries. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.utils | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
ParsedQueryIF
PUBLIC: Used to represent parsed queries. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.core | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
ParsedModificationStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY. |
|
ParsedQueryIF
PUBLIC: Used to represent parsed queries. |
|
ParsedStatementIF
PUBLIC: Common super-interface for parsed tolog statements of all kinds. |
|
QueryException
PUBLIC: Common super-exception for all exceptions thrown by the query engine. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.impl.basic | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
ParsedModificationStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY. |
|
ParsedQueryIF
PUBLIC: Used to represent parsed queries. |
|
ParsedStatementIF
PUBLIC: Common super-interface for parsed tolog statements of all kinds. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.impl.rdbms | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.impl.utils | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
QueryProcessorFactoryIF
PUBLIC: Interface for query language implementations. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.parser | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.spi | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.query.utils | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
QueryProcessorFactoryIF
PUBLIC: Interface for query language implementations. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.utils | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.utils.tmrap | |
---|---|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
Classes in net.ontopia.topicmaps.query.core used by ontopoly.conversion | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
Classes in net.ontopia.topicmaps.query.core used by ontopoly.model | |
---|---|
DeclarationContextIF
PUBLIC: Represents a set of parsed query declarations. |
|
InvalidQueryException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically. |
|
QueryProcessorIF
PUBLIC: This is the interface that must be implemented by tolog query processors. |
|
QueryResultIF
PUBLIC: Used to represent the results of queries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |