Package net.ontopia.topicmaps.query.impl.basic
package net.ontopia.topicmaps.query.impl.basic
Contains the in-memory implementation of the query language. The only public class is the QueryProcessor class.
-
ClassDescriptionINTERNAL: Common code-sharing superclass for dynamic predicates.INTERNAL: Common superclass for the two instance-of predicates.INTERNAL: A collection of utility methods used by classes which need to evaluate queries.INTERNAL: Implements the 'association' predicate.INTERNAL: Implements the 'association-role' predicate.INTERNAL: Implements the 'base-locator' predicate.INTERNAL: Represents a predicate in the basic implementation.INTERNAL: Implements the 'coalesce' predicate.INTERNAL: Implements the 'datatype' predicate.INTERNAL: Implements the 'direct-instance-of' predicate using the indexes.INTERNAL: Implements association type predicates.INTERNAL: Special predicate used when a topic is used as a predicate but the topic is neither an association type nor an occurrence type.INTERNAL: Implements occurrence predicates.INTERNAL: Implements the '=' predicate.INTERNAL: Implements the '>=' predicate.INTERNAL: Implements the '>' predicate.INTERNAL: Implements the 'in(var, e1, ..., eN)' predicate.INTERNAL: Implements the 'instance-of' predicate using the indexes.INTERNAL: Implements the 'item-identifier(thing, locator)' predicate.EXPERIMENTAL: A query module that is able to instantiate predicates when given a java class name.EXPERIMENTAL: Java searcher predicate.INTERNAL: Implements the '<=' predicate.INTERNAL: Implements the '<' predicate.INTERNAL: The implementation of the 'name(topic, name-string)' predicate.INTERNAL: Implements the '/=' predicate.INTERNAL: Implements the 'object(thing, id)' predicate.INTERNAL: Implements the 'occurrence' predicate.INTERNAL: Class used to represent parsed queries.INTERNAL: The basic predicate factory implementation.INTERNAL: Shared utilities for the predicate implementations.INTERNAL: Object used to hold the global query execution context; that is, the context beginning with the start of the execution of a query and ending with the completion of its execution.INTERNAL: Object used to hold query results during computation.INTERNAL: This query processor implementation can be used to query any topic map implementation; it makes no assumptions about the stored form of the topic map.INTERNAL: The query result representation used by the basic implementation.INTERNAL: Collection of QueryResult wrapper classes.INTERNAL: Used for testing and timing of queries.INTERNAL: Implements the 'reifies(reifier, reified)' predicate.INTERNAL: Implements the 'remove-duplicates()' predicate.INTERNAL: Implements the 'resource' predicate.INTERNAL: Implements the 'role-player' predicate.INTERNAL: Implements rule predicates.INTERNAL: Implements the 'scope(scoped, theme)' predicate.INTERNAL: Implements the 'subject-identifier(topic, locator)' predicate.INTERNAL: Implements the 'subject-locator(topic, locator)' predicate.INTERNAL: Implements the 'topicmap' predicate.INTERNAL: Implements the 'topic-name(topic, name)' predicate.INTERNAL: Implements the 'topic(topic)' predicate.INTERNAL: Implements the 'type(typed, type)' predicate.INTERNAL: Implements the 'value-like' predicate.INTERNAL: Implements the 'value' predicate.INTERNAL: Implements the 'variant(topicname, variantname)' predicate.