| 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.
|
| Class and Description |
|---|
| SearcherIF
PUBLIC: Simple searcher interface that one can implement and
refer to by name through a java module import declaration.
|
| Class and Description |
|---|
| AbstractSearcher
PUBLIC: Abstract SearcherIF convenience superclass used to get the
default implementation of the four set methods.
|
| FilterPredicate
EXPERIMENTAL: Base predicate that provides a simple interface for
implementing predicate filters.
|
| JavaPredicate
INTERNAL: Abstract predicate class that works as a common
superclass for the real predicate classes.
|
| ResultIF
EXPERIMENTAL: Interface used by process predicates to add new
result rows.
|
| SearcherIF
PUBLIC: Simple searcher interface that one can implement and
refer to by name through a java module import declaration.
|
| SearchResultIF
PUBLIC: Search result interfaced used by implementations of the
SearcherIF interface.
|