| Package | Description |
|---|---|
| net.ontopia.topicmaps.query.impl.basic |
Contains the in-memory implementation of the query language.
|
| net.ontopia.topicmaps.query.impl.rdbms |
Contains the rdbms implementation of the query language.
|
| net.ontopia.topicmaps.query.parser |
Contains the code that parses tolog queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaModule
EXPERIMENTAL: A query module that is able to instantiate predicates
when given a java class name.
|
class |
NumbersModule |
class |
StringModule |
| Modifier and Type | Method and Description |
|---|---|
ModuleIF |
PredicateFactory.createModule(String uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOBasicModule |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleIF |
JDOBasicModule.module |
| Modifier and Type | Method and Description |
|---|---|
ModuleIF |
PredicateFactory.createModule(String uri) |
| Constructor and Description |
|---|
JDOBasicModule(ModuleIF module) |
| Modifier and Type | Method and Description |
|---|---|
ModuleIF |
PredicateFactoryIF.createModule(String uri)
INTERNAL: Creates a module instance for the specified URI.
|
ModuleIF |
GlobalParseContext.getModule(String uri) |
ModuleIF |
ParseContextIF.getModule(String uri) |
ModuleIF |
LocalParseContext.getModule(String uri) |