Uses of Package
net.ontopia.topicmaps.query.impl.basic
Packages that use net.ontopia.topicmaps.query.impl.basic
Package
Description
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
Contains the code that parses tolog queries.
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
-
Classes in net.ontopia.topicmaps.query.impl.basic used by net.ontopia.topicmaps.query.impl.basicClassDescriptionINTERNAL: 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: Represents a predicate in the basic implementation.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.
-
Classes in net.ontopia.topicmaps.query.impl.basic used by net.ontopia.topicmaps.query.impl.rdbmsClassDescriptionINTERNAL: 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.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: 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: Implements the 'reifies(reifier, reified)' 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.
-
Classes in net.ontopia.topicmaps.query.impl.basic used by net.ontopia.topicmaps.query.impl.utilsClassDescriptionINTERNAL: Represents a predicate in the basic implementation.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: Implements rule predicates.
-
Classes in net.ontopia.topicmaps.query.impl.basic used by net.ontopia.topicmaps.query.parser
-
Classes in net.ontopia.topicmaps.query.impl.basic used by net.ontopia.topicmaps.query.spiClassDescriptionINTERNAL: Represents a predicate in the basic implementation.INTERNAL: Object used to hold query results during computation.