Package | Description |
---|---|
net.ontopia.topicmaps.entry |
High level interfaces for locating and maintaining references 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.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.utils.jtm |
This package provides support for the JSON Topic Map
Notation (or JTM) 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.tmrap | |
net.ontopia.topicmaps.utils.xfml | |
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreFactoryIF |
StoreFactoryReference.sfactory_ro |
protected TopicMapStoreFactoryIF |
StoreFactoryReference.sfactory_rw |
Constructor and Description |
---|
StoreFactoryReference(String id,
String title,
TopicMapStoreFactoryIF sfactory) |
StoreFactoryReference(String id,
String title,
TopicMapStoreFactoryIF sfactory_rw,
TopicMapStoreFactoryIF sfactory_ro) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStoreFactory
PUBLIC: The in-memory TopicMapStoreFactoryIF implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSStoreFactory
PUBLIC: The RDBMS TopicMapStoreFactoryIF implementation.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreFactoryIF |
StorePoolableObjectFactory.sfactory |
protected TopicMapStoreFactoryIF |
AbstractTopicMapReader.store_factory |
Modifier and Type | Method and Description |
---|---|
TopicMapStoreFactoryIF |
AbstractTopicMapReader.getStoreFactory()
PUBLIC: Gets the store factory which will be used to create stores.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TopicMapIF |
AbstractTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
protected Collection<TopicMapIF> |
AbstractTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory) |
void |
AbstractTopicMapReader.setStoreFactory(TopicMapStoreFactoryIF store_factory)
PUBLIC: Sets the store factory which will be used to create stores.
|
Constructor and Description |
---|
StorePoolableObjectFactory(TopicMapStoreFactoryIF sfactory) |
Modifier and Type | Class and Description |
---|---|
class |
SameStoreFactory
PUBLIC: A store factory that always returns the store given to it
via its constructor.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreFactoryIF |
MergeReference.sfactory |
Constructor and Description |
---|
MergeReference(String id,
String title,
TopicMapStoreFactoryIF sfactory,
TopicMapRepositoryIF repository,
List<String> refkeys)
INTERNAL: Creates a TopicMapReferenceIF which references the
result of merging a number of topic maps
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
CTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
JTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
LTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreFactoryIF |
RemoteTopicIndex.storefactory |
Modifier and Type | Method and Description |
---|---|
void |
RemoteTopicIndex.setStoreFactory(TopicMapStoreFactoryIF storefactory) |
Constructor and Description |
---|
RemoteTopicIndex(String editBaseuri,
String viewBaseuri,
TopicMapStoreFactoryIF factory) |
RemoteTopicIndex(String editBaseuri,
String viewBaseuri,
TopicMapStoreFactoryIF factory,
String tmid) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreFactoryIF |
XFMLTopicMapReader.store_factory |
protected TopicMapStoreFactoryIF |
XFMLContentHandler.stores |
Modifier and Type | Method and Description |
---|---|
TopicMapStoreFactoryIF |
XFMLTopicMapReader.getStoreFactory()
PUBLIC: Gets the store factory which will be used to create stores.
|
Modifier and Type | Method and Description |
---|---|
void |
XFMLTopicMapReader.setStoreFactory(TopicMapStoreFactoryIF store_factory)
PUBLIC: Sets the store factory which will be used to create stores.
|
Constructor and Description |
---|
XFMLContentHandler(TopicMapStoreFactoryIF stores,
LocatorIF base_address) |
XFMLContentHandler(TopicMapStoreFactoryIF stores,
LocatorIF base_address,
Collection processed_documents) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreFactoryIF |
XTMTopicMapReader.store_factory |
protected TopicMapStoreFactoryIF |
XTMContentHandler.stores |
Modifier and Type | Method and Description |
---|---|
TopicMapStoreFactoryIF |
XTMTopicMapReader.getStoreFactory()
PUBLIC: Gets the store factory which will be used to create stores.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
XTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
protected Collection |
XTMTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory) |
void |
XTMTopicMapReader.setStoreFactory(TopicMapStoreFactoryIF store_factory)
PUBLIC: Sets the store factory which will be used to create stores.
|
Constructor and Description |
---|
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory,
LocatorIF doc_address) |
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory,
LocatorIF doc_address,
Set read_documents) |
XTMContentHandler(TopicMapStoreFactoryIF stores,
LocatorIF base_address) |
XTMContentHandler(TopicMapStoreFactoryIF stores,
LocatorIF base_address,
Collection<LocatorIF> processed_documents) |
XTMSnifferContentHandler(XTMTopicMapReader reader,
TopicMapStoreFactoryIF store_factory,
XMLReader parser,
LocatorIF base_address) |