Uses of Interface
net.ontopia.topicmaps.query.spi.SearcherIF
-
Packages that use SearcherIF 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. -
-
Uses of SearcherIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as SearcherIF Modifier and Type Field Description protected SearcherIF
JavaSearcherPredicate. searcher
Constructors in net.ontopia.topicmaps.query.impl.basic with parameters of type SearcherIF Constructor Description JavaSearcherPredicate(String name, TopicMapIF topicmap, SearcherIF searcher)
-
Uses of SearcherIF in net.ontopia.topicmaps.query.spi
Classes in net.ontopia.topicmaps.query.spi that implement SearcherIF Modifier and Type Class Description class
AbstractSearcher
PUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods.class
HTTPSearcher
EXPERIMENTAL: HTTP searcher implementation.class
RDBMSSearcher
EXPERIMENTAL: RDBMS searcher implementation that executes a SQL query in the same database as the topic map is stored in.
-