Uses of Interface
net.ontopia.topicmaps.query.spi.SearcherIF
Packages that use SearcherIF
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.
-
Uses of SearcherIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as SearcherIFConstructors in net.ontopia.topicmaps.query.impl.basic with parameters of type SearcherIFModifierConstructorDescriptionJavaSearcherPredicate(String name, TopicMapIF topicmap, SearcherIF searcher) -
Uses of SearcherIF in net.ontopia.topicmaps.query.spi
Classes in net.ontopia.topicmaps.query.spi that implement SearcherIFModifier and TypeClassDescriptionclassPUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods.classEXPERIMENTAL: HTTP searcher implementation.classEXPERIMENTAL: RDBMS searcher implementation that executes a SQL query in the same database as the topic map is stored in.