Package | Description |
---|---|
net.ontopia.topicmaps.db2tm |
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
|
net.ontopia.topicmaps.nav2.core |
Provides interfaces for the Navigator Tag Libraries
and Framework.
|
net.ontopia.topicmaps.nav2.servlets |
This package contains the servlet classes used by
Ontopia's navigator framework.
|
net.ontopia.topicmaps.nav2.taglibs.logic |
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
|
net.ontopia.topicmaps.nav2.utils |
Provides utility classes for the Navigator Tag Libraries and
Framework.
|
net.ontopia.topicmaps.query.core |
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
|
net.ontopia.topicmaps.query.impl.basic |
Contains the in-memory implementation of the query language.
|
net.ontopia.topicmaps.query.impl.utils |
Code shared between query implementations.
|
net.ontopia.topicmaps.query.utils |
This package provides query utility classes.
|
ontopoly.conversion | |
ontopoly.model |
Modifier and Type | Field and Description |
---|---|
protected QueryProcessorIF |
Context.qp |
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
Context.getQueryProcessor()
INTERNAL: Gets the topic map query processor currently in use.
|
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
NavigatorPageIF.getQueryProcessor()
INTERNAL: Get the tolog query processor the context tag is working with.
|
Modifier and Type | Field and Description |
---|---|
protected QueryProcessorIF |
TreeWidget.processor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
ContextTag.getQueryProcessor() |
Modifier and Type | Field and Description |
---|---|
protected QueryProcessorIF |
DynamicTreeWidget.processor |
protected QueryProcessorIF |
TreeWidget.processor |
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
QueryProcessorFactoryIF.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map<String,String> properties)
PUBLIC: Creates a new
QueryProcessorIF instance to query a given
topic map. |
Modifier and Type | Class and Description |
---|---|
class |
QueryProcessor
INTERNAL: This query processor implementation can be used to query any topic
map implementation; it makes no assumptions about the stored form of the
topic map.
|
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
TologQueryProcessorFactory.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
LocatorIF base) |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
LocatorIF base,
Map properties)
EXPERIMENTAL: ...
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
Map properties) |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap)
PUBLIC: Factory method for creating a query processor for a given
topic map; always returns a new processor.
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base)
PUBLIC: Factory method for creating a new query processor for a
given topic map and base address.
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map properties) |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
Map properties)
EXPERIMENTAL: ...
|
QueryProcessorIF |
QueryWrapper.getQueryProcessor() |
static QueryProcessorIF |
QueryUtils.getQueryProcessor(String queryLanguage,
TopicMapIF topicmap) |
static QueryProcessorIF |
QueryUtils.getQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
LocatorIF base)
PUBLIC: Returns the default query processor for the given topic
map and base address.
|
static QueryProcessorIF |
QueryUtils.getQueryProcessor(TopicMapIF topicmap)
PUBLIC: Returns a query processor for the given topic map; will
always return the same processor with the default query language
for the same topic map.
|
static QueryProcessorIF |
QueryUtils.getQueryProcessor(TopicMapIF topicmap,
LocatorIF base) |
Modifier and Type | Field and Description |
---|---|
protected QueryProcessorIF |
UpgradeBase.qp |
Modifier and Type | Method and Description |
---|---|
protected static void |
UpgradeBase.removeAssociations(String atype,
String[] rtypes,
QueryProcessorIF qp,
DeclarationContextIF dc) |
protected static void |
UpgradeBase.translateAssociations(String atype1,
String[] rtypes1,
String atype2,
String[] rtypes2,
TopicMapIF tm,
LocatorIF base_on,
QueryProcessorIF qp,
DeclarationContextIF dc) |
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
TopicMap.getQueryProcessor() |
Constructor and Description |
---|
QueryMapper(QueryProcessorIF processor) |
QueryMapper(QueryProcessorIF processor,
DeclarationContextIF context) |