Package | Description |
---|---|
net.ontopia.topicmaps.utils.tmrap |
Modifier and Type | Class and Description |
---|---|
class |
FederatedTopicIndex
EXPERIMENTAL: An implementation that looks up topics in all
the given TopicIndexIFs and returns them.
|
class |
RegistryTopicIndex
EXPERIMENTAL: An implementation that looks up topics in all currently open
topic maps in the given registry.
|
class |
RemoteTopicIndex
EXPERIMENTAL: An implementation that looks up topics on remote
servers using the TM RAP protocol.
|
class |
TopicMapTopicIndex
EXPERIMENTAL: An implementation that looks up topics in all the given topic
map.
|
Modifier and Type | Field and Description |
---|---|
protected List<TopicIndexIF> |
FederatedTopicIndex.indexes |
Constructor and Description |
---|
FederatedTopicIndex(List<TopicIndexIF> indexes) |