Class NoNames
java.lang.Object
net.ontopia.topicmaps.cmdlineutils.sanity.NoNames
Finds all Topics with:
- No names.
- No characteristics.
- No name in the unconstrained scope.
- No name in a given scope.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFinds all the topics with no name in the Topic Map.Returns all topics with no characteristics.Returns all topics and associations with no names.Returns all topics with no name in the unconstrained scopegetTopicId(TopicIF topic)
-
Constructor Details
-
NoNames
-
-
Method Details
-
findNoNameTopics
public void findNoNameTopics()Finds all the topics with no name in the Topic Map. -
getNoNameTopics
Returns all topics and associations with no names. -
getNoCharacteristics
Returns all topics with no characteristics. -
getNoNameUnconstrained
Returns all topics with no name in the unconstrained scope -
getTopicId
-