Package | Description |
---|---|
net.ontopia.topicmaps.core |
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
|
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.impl.basic |
The in-memory implementation of the core topic map interfaces.
|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
net.ontopia.topicmaps.impl.remote | |
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
net.ontopia.topicmaps.utils |
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
|
net.ontopia.topicmaps.utils.ctm |
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
|
net.ontopia.topicmaps.viz |
Modifier and Type | Method and Description |
---|---|
TopicMapBuilderIF |
TopicMapIF.getBuilder()
PUBLIC: Gets a topic map builder for use with this transaction.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapBuilderIF |
Context.builder |
Modifier and Type | Method and Description |
---|---|
protected TopicMapBuilderIF |
Context.getBuilder()
INTERNAL: Gets the topic map builder currently in use.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicMapBuilder
INTERNAL: The default topic map builder implementation.
|
Modifier and Type | Method and Description |
---|---|
TopicMapBuilderIF |
TopicMap.getBuilder() |
Modifier and Type | Method and Description |
---|---|
TopicMapBuilderIF |
ReadOnlyTopicMap.getBuilder() |
TopicMapBuilderIF |
TopicMap.getBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTopicMapBuilder
INTERNAL: The remote (remote in the sense that it deals with remote topics -
and not that the transactions work in a remote or distributed
fashion) implementation of a topicMapBuilder.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapBuilderIF |
AbstractTopicMapTransaction.builder |
Modifier and Type | Method and Description |
---|---|
TopicMapBuilderIF |
AbstractTopicMapTransaction.getBuilder() |
TopicMapBuilderIF |
TopicMapTransactionIF.getBuilder()
Deprecated.
PUBLIC: Gets a topic map builder for use with this transaction.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapBuilderIF |
AssociationBuilder.builder |
Constructor and Description |
---|
BuilderEventHandler(TopicMapBuilderIF builder,
ParseContextIF context) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapBuilderIF |
VizConfigurationManager.builder |