Class Tree
In: cewl.rb
Parent: Object
TreeNode Tree MySpider MySpiderInstance dot/f_0.png

A tree structure

Methods

each   empty?   max_depth   max_depth=   new   pop   push  

Attributes

data  [R] 

Public Class methods

Public Instance methods

As this is used to work out if there are any more nodes to process it isn‘t a true empty

Get the maximum depth the tree can grow to

Set the max depth the tree can grow to

Remove an item from the tree

Push an item onto the tree

[Validate]