Class Consistify
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.Consistify
-
public class Consistify extends Object
INTERNAL: Consistifies a topic map by merging topics based on the TNC, removing duplicate associations, and so on.
-
-
Constructor Summary
Constructors Constructor Description Consistify()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voiddoTNCMerge(TopicMapIF tm)protected static voidexport(TopicMapIF tm, String outfile, String encoding, char format)static voidmain(String[] argv)protected static voidnormalizeTopicNames(TopicMapIF tm)protected static voidremoveDuplicates(TopicMapIF tm)protected static voidusage()
-
-
-
Method Detail
-
main
public static void main(String[] argv)
-
usage
protected static void usage()
-
doTNCMerge
protected static void doTNCMerge(TopicMapIF tm)
-
export
protected static void export(TopicMapIF tm, String outfile, String encoding, char format) throws IOException
- Throws:
IOException
-
normalizeTopicNames
protected static void normalizeTopicNames(TopicMapIF tm)
-
removeDuplicates
protected static void removeDuplicates(TopicMapIF tm)
-
-