Class EfficientTree2HumanReadableString


  • public class EfficientTree2HumanReadableString
    extends java.lang.Object
    • Constructor Detail

      • EfficientTree2HumanReadableString

        public EfficientTree2HumanReadableString()
    • Method Detail

      • toString

        public static java.lang.String toString​(EfficientTree tree)
        Parameters:
        tree -
        Returns:
        A human-readable representation of the tree. Notice that it might not be machine-readable.
      • toMachineString

        public static java.lang.String toMachineString​(EfficientTree tree)
        Parameters:
        tree -
        Returns:
        A string representation of the tree that can be read by humans and machines.
      • tree2string

        public static java.lang.String tree2string​(EfficientTree tree,
                                                   int indent,
                                                   int node,
                                                   boolean machineReadable)