Uses of Package
net.ontopia.topicmaps.query.spi
Packages that use net.ontopia.topicmaps.query.spi
Package
Description
Contains the in-memory implementation of the query language.
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
-
Classes in net.ontopia.topicmaps.query.spi used by net.ontopia.topicmaps.query.impl.basicClassDescriptionPUBLIC: Simple searcher interface that one can implement and refer to by name through a java module import declaration.
-
Classes in net.ontopia.topicmaps.query.spi used by net.ontopia.topicmaps.query.spiClassDescriptionPUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods.EXPERIMENTAL: Base predicate that provides a simple interface for implementing predicate filters.INTERNAL: Abstract predicate class that works as a common superclass for the real predicate classes.EXPERIMENTAL: Interface used by process predicates to add new result rows.PUBLIC: Simple searcher interface that one can implement and refer to by name through a java module import declaration.PUBLIC: Search result interfaced used by implementations of the SearcherIF interface.