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 classAbstractSearchResultPUBLIC: Abstract SearchResultIF superclass.Methods in net.ontopia.topicmaps.query.spi that return SearchResultIF Modifier and Type Method Description SearchResultIFHTTPSearcher. getResult(String query)SearchResultIFRDBMSSearcher. getResult(String query)SearchResultIFSearcherIF. getResult(String query)PUBLIC: Returns the String value of the field.
-