| 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.rdbms.index |
Index classes for use with the rdbms implementation.
|
| net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
| net.ontopia.utils |
Contains utility classes and generic interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected CollectionFactoryIF |
TopicMap.cfactory |
protected CollectionFactoryIF |
SubjectIdentityCache.cfactory |
| Constructor and Description |
|---|
SubjectIdentityCache(TopicMapTransactionIF txn,
CollectionFactoryIF cfactory) |
| Constructor and Description |
|---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory,
EventManagerIF emanager,
ObjectTreeManager otree,
SubjectIdentityCache sicache) |
| Constructor and Description |
|---|
SubjectIdentityCache(TopicMapTransactionIF txn,
CollectionFactoryIF cfactory) |
| Constructor and Description |
|---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory) |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionFactoryIF |
ObjectTreeManager.cfactory |
protected CollectionFactoryIF |
AbstractTopicMapTransaction.cfactory |
protected CollectionFactoryIF |
TopicModificationManager.cfactory |
| Modifier and Type | Method and Description |
|---|---|
CollectionFactoryIF |
AbstractTopicMapTransaction.getCollectionFactory() |
| Constructor and Description |
|---|
ObjectTreeManager(EventManagerIF emanager,
CollectionFactoryIF cfactory) |
TopicModificationManager(EventManagerIF emanager,
CollectionFactoryIF cfactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionFactory
INTERNAL: A collection factory that returns non-synchronized standard
java.util collection objects.
|
class |
SynchronizedCollectionFactory
INTERNAL: A collection factory that returns synchronized standard
java.util collection objects.
|