Uses of Interface
net.ontopia.topicmaps.utils.tmrap.TopicIndexIF
-
Packages that use TopicIndexIF Package Description net.ontopia.topicmaps.utils.tmrap -
-
Uses of TopicIndexIF in net.ontopia.topicmaps.utils.tmrap
Classes in net.ontopia.topicmaps.utils.tmrap that implement TopicIndexIF Modifier and Type Class 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.Fields in net.ontopia.topicmaps.utils.tmrap with type parameters of type TopicIndexIF Modifier and Type Field Description protected List<TopicIndexIF>
FederatedTopicIndex. indexes
Constructor parameters in net.ontopia.topicmaps.utils.tmrap with type arguments of type TopicIndexIF Constructor Description FederatedTopicIndex(List<TopicIndexIF> indexes)
-