Class TextReporter


  • public class TextReporter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INDENT  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toFlatText​(Graph g)  
      static java.lang.String toHierarchyText​(Graph g)
      Render forward graph of impact analysis with hierarchy text
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INDENT

        public static java.lang.String INDENT
    • Method Detail

      • toFlatText

        public static java.lang.String toFlatText​(Graph g)
      • toHierarchyText

        public static java.lang.String toHierarchyText​(Graph g)
        Render forward graph of impact analysis with hierarchy text
        Parameters:
        g -
        Returns:
        text