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<LocatorIF> getItemIdentifiers()
           
 String getName()
           
 Collection<TopicPage> getPages(String mapHandle)
           
 Collection<LocatorIF> getSubjectIdentifiers()
           
 Collection<LocatorIF> getSubjectLocators()
           
 String getTMName(String mapHandle)
           
 Collection<String> 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<String> getTopicMapHandles()

getPages

public Collection<TopicPage> 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<LocatorIF> getItemIdentifiers()

getSubjectIdentifiers

public Collection<LocatorIF> getSubjectIdentifiers()

getSubjectLocators

public Collection<LocatorIF> getSubjectLocators()


Copyright © 2000-2012 Ontopia.