Class StatisticsPrinter


  • public class StatisticsPrinter
    extends Object
    PUBLIC: Prints various kinds of statistics for topic maps.

    • Constructor Detail

      • StatisticsPrinter

        public StatisticsPrinter​(TopicMapIF tm)
        Constructor that accepts a topicmap as argument.
    • Method Detail

      • requestFile

        protected static String requestFile()
        Used to request a filename when none is given.
      • countTopics

        protected void countTopics()
        Handles all the counting of different topics.
      • countAssociationDep

        protected void countAssociationDep()
        Handles all the assciation dependecies.
      • getNoTypeTopics

        protected void getNoTypeTopics()
        Handles all the topics without type.
      • format

        protected String format​(String t)
        Method used for pretty print.
      • print

        protected static void print​(String s)
        Lazy print, used internaly.
      • main

        public static void main​(String[] argv)
      • usage

        protected static void usage()