net.ontopia.topicmaps.cmdlineutils.sanity
Class NoNames

java.lang.Object
  extended by net.ontopia.topicmaps.cmdlineutils.sanity.NoNames

public class NoNames
extends java.lang.Object

Finds all Topics with: - No names. - No characteristics. - No name in the unconstrained scope. - No name in a given scope.


Constructor Summary
NoNames(TopicMapIF tm)
           
 
Method Summary
 void findNoNameTopics()
          Finds all the topics with no name in the Topic Map.
 java.util.Collection getNoCharacteristics()
          Returns all topics with no characteristics.
 java.util.Collection getNoNameTopics()
          Returns all topics and associations with no names.
 java.util.Collection getNoNameUnconstrained()
          Returns all topics with no name in the unconstrained scope
 java.lang.String getTopicId(TopicIF topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoNames

public NoNames(TopicMapIF tm)
Method Detail

findNoNameTopics

public void findNoNameTopics()
Finds all the topics with no name in the Topic Map.


getNoNameTopics

public java.util.Collection getNoNameTopics()
Returns all topics and associations with no names.


getNoCharacteristics

public java.util.Collection getNoCharacteristics()
Returns all topics with no characteristics.


getNoNameUnconstrained

public java.util.Collection getNoNameUnconstrained()
Returns all topics with no name in the unconstrained scope


getTopicId

public java.lang.String getTopicId(TopicIF topic)


Copyright © 2000-2012 Ontopia.