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 classFederatedTopicIndexEXPERIMENTAL: An implementation that looks up topics in all the given TopicIndexIFs and returns them.classRegistryTopicIndexEXPERIMENTAL: An implementation that looks up topics in all currently open topic maps in the given registry.classRemoteTopicIndexEXPERIMENTAL: An implementation that looks up topics on remote servers using the TM RAP protocol.classTopicMapTopicIndexEXPERIMENTAL: 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. indexesConstructor parameters in net.ontopia.topicmaps.utils.tmrap with type arguments of type TopicIndexIF Constructor Description FederatedTopicIndex(List<TopicIndexIF> indexes)
-