net.ontopia.topicmaps.utils.tmrap
Class TopicPages

java.lang.Object
  extended by net.ontopia.topicmaps.utils.tmrap.TopicPages

public class TopicPages
extends Object


Constructor Summary
TopicPages()
           
 
Method Summary
 void addAll(TopicPages otherPages)
          Add all TopicPage objects from otherPages to this TopicPages object.
 void addPage(String mapHandle, TopicPage page, String tmName)
           
 Collection getItemIdentifiers()
           
 String getName()
           
 Collection getPages(String mapHandle)
           
 Collection getSubjectIdentifiers()
           
 Collection getSubjectLocators()
           
 String getTMName(String mapHandle)
           
 Collection getTopicMapHandles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicPages

public TopicPages()
Method Detail

getTopicMapHandles

public Collection getTopicMapHandles()

getPages

public Collection getPages(String mapHandle)

getTMName

public String getTMName(String mapHandle)

addPage

public void addPage(String mapHandle,
                    TopicPage page,
                    String tmName)

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 getItemIdentifiers()

getSubjectIdentifiers

public Collection getSubjectIdentifiers()

getSubjectLocators

public Collection getSubjectLocators()


Copyright © 2000-2012 Ontopia.