Class NoNames
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.sanity.NoNames
-
public class NoNames extends Object
Finds all Topics with: - No names. - No characteristics. - No name in the unconstrained scope. - No name in a given scope.
-
-
Constructor Summary
Constructors Constructor Description NoNames(TopicMapIF tm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfindNoNameTopics()Finds all the topics with no name in the Topic Map.CollectiongetNoCharacteristics()Returns all topics with no characteristics.CollectiongetNoNameTopics()Returns all topics and associations with no names.CollectiongetNoNameUnconstrained()Returns all topics with no name in the unconstrained scopeStringgetTopicId(TopicIF topic)
-
-
-
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 Collection getNoNameTopics()
Returns all topics and associations with no names.
-
getNoCharacteristics
public Collection getNoCharacteristics()
Returns all topics with no characteristics.
-
getNoNameUnconstrained
public Collection getNoNameUnconstrained()
Returns all topics with no name in the unconstrained scope
-
-