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.
|
Modifier and Type | Field and Description |
---|---|
protected SearcherIF |
JavaSearcherPredicate.searcher |
Constructor and Description |
---|
JavaSearcherPredicate(String name,
TopicMapIF topicmap,
SearcherIF searcher) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearcher
PUBLIC: Abstract SearcherIF convenience superclass used to get the
default implementation of the four set methods.
|
class |
HTTPSearcher
EXPERIMENTAL: HTTP searcher implementation.
|
class |
RDBMSSearcher
EXPERIMENTAL: RDBMS searcher implementation that executes a SQL
query in the same database as the topic map is stored in.
|