Class DuplicateNames
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.sanity.DuplicateNames
-
public class DuplicateNames extends Object
-
-
Constructor Summary
Constructors Constructor Description DuplicateNames(TopicMapIF tm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection
getDuplicatedNames()
Returns a collection of all the topics with the same basename and scope.
-
-
-
Constructor Detail
-
DuplicateNames
public DuplicateNames(TopicMapIF tm)
-
-
Method Detail
-
getDuplicatedNames
public Collection getDuplicatedNames()
Returns a collection of all the topics with the same basename and scope.
-
-