Uses of Class
net.ontopia.topicmaps.utils.tmrap.TopicPages
-
Packages that use TopicPages Package Description net.ontopia.topicmaps.utils.tmrap -
-
Uses of TopicPages in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that return TopicPages Modifier and Type Method Description TopicPages
FederatedTopicIndex. getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
TopicPages
RegistryTopicIndex. getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
TopicPages
RemoteTopicIndex. getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
TopicPages
TopicIndexIF. getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Returns all known topic pages for the topics whose identity matches one of the locators passed as arguments.TopicPages
TopicMapTopicIndex. getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicPages Modifier and Type Method Description void
TopicPages. addAll(TopicPages otherPages)
Add all TopicPage objects from otherPages to this TopicPages object.
-