Uses of Package
net.ontopia.topicmaps.query.core
-
Packages that use net.ontopia.topicmaps.query.core Package Description 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.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.rest net.ontopia.topicmaps.rest.v1.query 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 Class Description 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 Class Description 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 Class Description 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.taglibs.TMvalue Class Description QueryResultIF PUBLIC: Used to represent the results of queries. -
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.nav2.taglibs.logic Class Description 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 Class Description 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 Class Description 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.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 Class Description 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 Class Description 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 Class Description 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.utils Class Description 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 Class Description 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 Class Description 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 Class Description 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.rest Class Description DeclarationContextIF PUBLIC: Represents a set of parsed query declarations. -
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.rest.v1.query Class Description QueryResultIF PUBLIC: Used to represent the results of queries. -
Classes in net.ontopia.topicmaps.query.core used by net.ontopia.topicmaps.utils Class Description 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 Class Description 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 Class Description 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 Class Description 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.