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.rest.model.mixin | |
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.
|
ontopoly.conversion | |
ontopoly.sysmodel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOntopolyTopicMapSource
INTERNAL: Common abstract superclass for sources that support what
Ontopoly needs, which is full-text indexing and creation of new
topic maps.
|
class |
AbstractPathTopicMapSource
INTERNAL: Abstract class implementing TopicMapSourceIF; locates
topic map file references from a given directory on the local file
system.
|
class |
DefaultTopicMapSource
INTERNAL: A convenience class that that maintains an arbitrary
collection of topic map references.
|
class |
ResourceTopicMapSource
INTERNAL: TopicMapSourceIF that can reference individual topic map documents
that contained in the classpath and can be loaded by a ClassLoader.
|
class |
URLTopicMapSource
INTERNAL: TopicMapSourceIF that can reference individual topic map
documents by their URL address.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapSourceIF |
AbstractTopicMapReference.source |
Modifier and Type | Field and Description |
---|---|
protected Map<String,TopicMapSourceIF> |
TopicMapSourceManager.smap |
protected Set<TopicMapSourceIF> |
TopicMapSourceManager.sources |
Modifier and Type | Method and Description |
---|---|
TopicMapSourceIF |
AbstractTopicMapReference.getSource() |
TopicMapSourceIF |
TopicMapReferenceIF.getSource()
PUBLIC: Gets the source to which the reference belongs.
|
TopicMapSourceIF |
TopicMapRepositoryIF.getSourceById(String source_id)
PUBLIC: Returns the topic map source that has the given source id.
|
TopicMapSourceIF |
TopicMapSourceManager.getSourceById(String source_id) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapSourceIF> |
TopicMapRepositoryIF.getSources()
PUBLIC: Returns an immutable collection containing the
TopicMapSourceIFs registered with the topic map repository.
|
Collection<TopicMapSourceIF> |
TopicMapSourceManager.getSources() |
static List<TopicMapSourceIF> |
XMLConfigSource.readSources(String config_file)
INTERNAL: Returns a collection containing the topic map sources
created by reading the configuration file.
|
static List<TopicMapSourceIF> |
XMLConfigSource.readSources(String config_file,
Map<String,String> environ)
INTERNAL: Returns a collection containing the topic map sources
created by reading the configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicMapRepositoryIF.addSource(TopicMapSourceIF source)
PUBLIC: Adds the source to the repository.
|
void |
TopicMapSourceManager.addSource(TopicMapSourceIF source) |
void |
TopicMapRepositoryIF.removeSource(TopicMapSourceIF source)
PUBLIC: Removes the source from the repository.
|
void |
TopicMapSourceManager.removeSource(TopicMapSourceIF source) |
void |
AbstractTopicMapReference.setSource(TopicMapSourceIF source) |
void |
TopicMapReferenceIF.setSource(TopicMapSourceIF source)
PUBLIC: Sets the source to which the reference belongs.
|
Constructor and Description |
---|
TopicMapSourceManager(TopicMapSourceIF source) |
Constructor and Description |
---|
TopicMapSourceManager(Collection<TopicMapSourceIF> sources) |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSPatternSingleTopicMapSource
PUBLIC: A topic map source that refers to single reference that is
located by pattern.
|
class |
RDBMSSingleTopicMapSource
PUBLIC: A topic map source that holds a reference to a single rdbms
topic map.
|
class |
RDBMSTopicMapSource
PUBLIC: A topic map source that holds the list of all topic
map references accessible by a rdbms session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MTopicMapSource |
Modifier and Type | Method and Description |
---|---|
TopicMapSourceIF |
MTopicMapReference.getSource() |
Modifier and Type | Class and Description |
---|---|
class |
CTMPathTopicMapSource
INTERNAL: Source that locates CTM topic map files in a directory on
the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
LTMPathTopicMapSource
INTERNAL: Source that locates LTM topic map files in a directory on
the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFPathTopicMapSource
INTERNAL: Source that locates RDF files in a directory on the file
system.
|
Modifier and Type | Class and Description |
---|---|
class |
TMXMLPathTopicMapSource
INTERNAL: Source that locates TM/XML files in a directory on the
file system.
|
class |
XTMPathTopicMapSource
INTERNAL: Source that locates XTM topic map documents in a directory
on the file system.
|
Modifier and Type | Method and Description |
---|---|
static TopicMapSourceIF |
ConversionUtils.getSource(TopicMapRepositoryIF rep,
String tmsource) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapSourceIF |
TopicMapSource.getSource() |