Package net.ontopia.topicmaps.query.spi


package net.ontopia.topicmaps.query.spi
Provides a set of service provider interfaces for adding new predicates to the tolog query language.
  • Class
    Description
    PUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods.
    PUBLIC: Abstract SearchResultIF superclass.
    EXPERIMENTAL: Sample filter implementation that returns true if all arguments are equal.
    EXPERIMENTAL: Base predicate that provides a simple interface for implementing predicate filters.
    INTERNAL: Class that holds search hit data.
    EXPERIMENTAL: HTTP searcher implementation.
    INTERNAL: Abstract predicate class that works as a common superclass for the real predicate classes.
    EXPERIMENTAL: Base predicate that provides a simple interface for implementing predicates.
    EXPERIMENTAL: RDBMS searcher implementation that executes a SQL query in the same database as the topic map is stored in.
    EXPERIMENTAL: Interface used by process predicates to add new result rows.
    PUBLIC: Simple searcher interface that one can implement and refer to by name through a java module import declaration.
    PUBLIC: Search result interfaced used by implementations of the SearcherIF interface.