Class TopicPages
- java.lang.Object
-
- net.ontopia.topicmaps.utils.tmrap.TopicPages
-
public class TopicPages extends Object
-
-
Constructor Summary
Constructors Constructor Description TopicPages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(TopicPages otherPages)Add all TopicPage objects from otherPages to this TopicPages object.voidaddPage(String mapHandle, TopicPage page, String tmName)Collection<LocatorIF>getItemIdentifiers()StringgetName()Collection<TopicPage>getPages(String mapHandle)Collection<LocatorIF>getSubjectIdentifiers()Collection<LocatorIF>getSubjectLocators()StringgetTMName(String mapHandle)Collection<String>getTopicMapHandles()
-
-
-
Method Detail
-
getTopicMapHandles
public Collection<String> getTopicMapHandles()
-
getPages
public Collection<TopicPage> getPages(String mapHandle)
-
addAll
public void addAll(TopicPages otherPages)
Add all TopicPage objects from otherPages to this TopicPages object.- Parameters:
otherPages- The TopicPages to add to TopicPages.
-
getName
public String getName()
-
getItemIdentifiers
public Collection<LocatorIF> getItemIdentifiers()
-
getSubjectIdentifiers
public Collection<LocatorIF> getSubjectIdentifiers()
-
getSubjectLocators
public Collection<LocatorIF> getSubjectLocators()
-
-