Package | Description |
---|---|
net.ontopia.topicmaps.impl.basic |
The in-memory 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.
|
Modifier and Type | Field and Description |
---|---|
protected InMemoryTopicMapStore |
TopicEvents.store |
Constructor and Description |
---|
InMemoryTopicMapTransaction(InMemoryTopicMapStore store) |
InMemoryTopicMapTransaction(InMemoryTopicMapStore store,
InMemoryTopicMapTransaction parent) |
TopicEvents(InMemoryTopicMapStore store) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTopicMapStore
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) extension of AbstractTopicMapStore.
|
Constructor and Description |
---|
FulltextIndexManager(InMemoryTopicMapStore store)
INTERNAL: Registers the fulltext index manager with the event system of the
specified topic map store.
|