TreeNode

constructor(name: String = "", attributes: List<T> = listOf())

Parameters

name
  • name of a node

attributes
  • Attributes of a node, null by default