| Package | Description |
|---|---|
| net.ontopia.topicmaps.impl.basic |
The in-memory implementation of the core topic map interfaces.
|
| net.ontopia.topicmaps.impl.basic.index |
Index classes for use with the basic implementation.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectTreeManager |
InMemoryTopicMapTransaction.otree |
| Modifier and Type | Method and Description |
|---|---|
ObjectTreeManager |
InMemoryTopicMapTransaction.getObjectTreeManager() |
| Constructor and Description |
|---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory,
EventManagerIF emanager,
ObjectTreeManager otree,
SubjectIdentityCache sicache) |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectTreeManager |
RDBMSTopicMapTransaction.otree |
| Modifier and Type | Method and Description |
|---|---|
ObjectTreeManager |
RDBMSTopicMapTransaction.getObjectTreeManager() |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectTreeManager |
AbstractAttachManager.otree
Deprecated.
|
protected ObjectTreeManager |
ObjectTreeManager.otree |
| Constructor and Description |
|---|
AbstractAttachManager(ObjectTreeManager otree)
Deprecated.
|
AttachManager(ObjectTreeManager otree)
Deprecated.
|