net.ontopia.topicmaps.cmdlineutils.statistics
Class NoTypeCount

java.lang.Object
  extended by net.ontopia.topicmaps.cmdlineutils.statistics.NoTypeCount

public class NoTypeCount
extends Object


Constructor Summary
NoTypeCount(TopicMapIF tm)
           
 
Method Summary
 Collection getNoTypeAssociations()
          Returns a Collection of Associations which have no type.
 Collection getNoTypeOccurrences()
          Returns a Collection of Occurrences which have no type.
 Collection getNoTypeTopics()
          Returns a Collection of Topics which have no type.
 void traverse()
          Traverses the topicmap and finds the topics, associations and occurrences that has no types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoTypeCount

public NoTypeCount(TopicMapIF tm)
Method Detail

traverse

public void traverse()
              throws NullPointerException
Traverses the topicmap and finds the topics, associations and occurrences that has no types.

Throws:
NullPointerException

getNoTypeTopics

public Collection getNoTypeTopics()
Returns a Collection of Topics which have no type.


getNoTypeOccurrences

public Collection getNoTypeOccurrences()
Returns a Collection of Occurrences which have no type.


getNoTypeAssociations

public Collection getNoTypeAssociations()
Returns a Collection of Associations which have no type.



Copyright © 2000-2012 Ontopia.