Package net.ontopia.topicmaps.cmdlineutils
Provides a collection of command-line utilities for working with topic maps.
More information about a utility's usage can be found by executing:
java net.ontopia.topicmaps.cmdlineutils.<Utility>
-
Class Summary Class Description Canonicalizer PUBLIC: Reads a topic map and writes it out in ISO CXTM.Consistify INTERNAL: Consistifies a topic map by merging topics based on the TNC, removing duplicate associations, and so on.Merger PUBLIC: Merges two topic map documents.ModuleEncrypter RandomTopicMapGenerator INTERNAL: Utility for randomly populating topic maps.SanityChecker PUBLIC: Checks a topic map for dubious constructs.StatisticsPrinter PUBLIC: Prints various kinds of statistics for topic maps.TologDelete INTERNAL: Command-line that deletes topic map objects returned by one or more tolog queries.TologQuery PUBLIC: Runs tolog queries against a given topic map.TopicMapConverter PUBLIC: Converts topic maps into a given format.XTMValidator PUBLIC: A topic map validator that is capable of reading the interchange syntax defined by XTM 1.0 (TopicMaps.org) or XTM 2.0.