DependenceNode

constructor(source: String, parent: DependenceNode? = null, children: MutableList<DependenceNode> = mutableListOf())