Uses of Interface
net.ontopia.topicmaps.query.spi.SearchResultIF
-
Packages that use SearchResultIF Package Description net.ontopia.topicmaps.query.spi Provides a set of service provider interfaces for adding new predicates to the tolog query language. -
-
Uses of SearchResultIF in net.ontopia.topicmaps.query.spi
Classes in net.ontopia.topicmaps.query.spi that implement SearchResultIF Modifier and Type Class Description class
AbstractSearchResult
PUBLIC: Abstract SearchResultIF superclass.Methods in net.ontopia.topicmaps.query.spi that return SearchResultIF Modifier and Type Method Description SearchResultIF
HTTPSearcher. getResult(String query)
SearchResultIF
RDBMSSearcher. getResult(String query)
SearchResultIF
SearcherIF. getResult(String query)
PUBLIC: Returns the String value of the field.
-