Class AssociationSanity
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.sanity.AssociationSanity
-
public class AssociationSanity extends Object
Topic map sanity controller.
-
-
Constructor Summary
Constructors Constructor Description AssociationSanity(TopicMapIF tm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap
getAssociationTypes()
Returns a HashMap of all the duplicate association types, using the string key as the keyvalue.HashMap
getDuplicateAssociations()
Returns a HashMap containing the duplicate AssociationsHashMap
getNumberOfDuplicates()
Returns a HashMap containing the number of duplicate Associations.void
traverse()
-
-
-
Constructor Detail
-
AssociationSanity
public AssociationSanity(TopicMapIF tm)
-
-
Method Detail
-
getDuplicateAssociations
public HashMap getDuplicateAssociations()
Returns a HashMap containing the duplicate Associations
-
getNumberOfDuplicates
public HashMap getNumberOfDuplicates()
Returns a HashMap containing the number of duplicate Associations.
-
getAssociationTypes
public HashMap getAssociationTypes()
Returns a HashMap of all the duplicate association types, using the string key as the keyvalue.
-
traverse
public void traverse() throws NullPointerException
- Throws:
NullPointerException
-
-