# File lib/tree.rb, line 467
    def isOnlyChild?
      parent.children.size == 1
    end