AsciiTree

org.encalmo.utils.AsciiTree
object AsciiTree

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AsciiTree.type

Members list

Type members

Types

type Node = (Int, String)
type Tree = List[Node]

Value members

Concrete methods

final def draw(pathsTree: Tree): String

Draw a tree

Draw a tree

Attributes