Package | Description |
---|---|
net.ontopia.topicmaps.entry |
High level interfaces for locating and maintaining references to
topic maps.
|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
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.utils.ltm |
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
|
net.ontopia.topicmaps.utils.rdf |
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
|
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOntopolyURLReference
INTERNAL: Common abstract superclass for references from sources
that support what Ontopoly needs.
|
class |
AbstractURLTopicMapReference
INTERNAL: An abstract topic map reference class that retrieves
topic maps referenced through URLs.
|
class |
DefaultTopicMapReference
Deprecated.
Class is now superseded by StoreFactoryReference.
|
class |
StoreFactoryReference
INTERNAL: A topic map reference that uses a topic map store factory
to create stores.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapReference
INTERNAL: RDBMS database topic map reference.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeReference
INTERNAL: A topic map reference that uses a TopicMapRepositoryIF to
retrieve a list of topic maps and create a new merged topic map
from them.
|
Modifier and Type | Class and Description |
---|---|
class |
CTMTopicMapReference
INTERNAL: An CTM file topic map reference.
|
Modifier and Type | Class and Description |
---|---|
class |
LTMTopicMapReference
INTERNAL: An LTM file topic map reference.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFTopicMapReference
INTERNAL: An RDF file topic map reference.
|
Modifier and Type | Class and Description |
---|---|
class |
TMXMLTopicMapReference
INTERNAL: A TM/XML file topic map reference.
|
class |
XTMTopicMapReference
INTERNAL: An XTM document topic map reference.
|