Uses of Package
net.ontopia.topicmaps.query.spi
-
Packages that use net.ontopia.topicmaps.query.spi Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.spi 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.basic Class Description SearcherIF PUBLIC: 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.spi Class Description AbstractSearcher PUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods.FilterPredicate EXPERIMENTAL: Base predicate that provides a simple interface for implementing predicate filters.JavaPredicate INTERNAL: Abstract predicate class that works as a common superclass for the real predicate classes.ResultIF EXPERIMENTAL: Interface used by process predicates to add new result rows.SearcherIF PUBLIC: Simple searcher interface that one can implement and refer to by name through a java module import declaration.SearchResultIF PUBLIC: Search result interfaced used by implementations of the SearcherIF interface.