Class DuplicateOccurrences
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.sanity.DuplicateOccurrences
-
public class DuplicateOccurrences extends Object
Used to report all duplicate occurrences(same locator, same occurrence roletype) on a single topic.
-
-
Constructor Summary
Constructors Constructor Description DuplicateOccurrences(TopicMapIF tm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection
getDuplicateOccurrences()
Returns a Collection of all the topics containing duplicate occurrences.
-
-
-
Constructor Detail
-
DuplicateOccurrences
public DuplicateOccurrences(TopicMapIF tm)
-
-
Method Detail
-
getDuplicateOccurrences
public Collection getDuplicateOccurrences()
Returns a Collection of all the topics containing duplicate occurrences.
-
-