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 SearcherIFJavaSearcherPredicate. searcherConstructors 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 classAbstractSearcherPUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods.classHTTPSearcherEXPERIMENTAL: HTTP searcher implementation.classRDBMSSearcherEXPERIMENTAL: RDBMS searcher implementation that executes a SQL query in the same database as the topic map is stored in.
-