Package concurrent_tree_crawler :: Package html_multipage_navigator :: Module abstract_page_analyzer :: Class AbstractLevelsCreator
[hide private]
[frames] | no frames]

Class AbstractLevelsCreator

source code


A class responsible for creating a list of Levels which describe structure of the explored web site.

Instance Methods [hide private]
 
create(self)
Create list of Levels.
source code
Method Details [hide private]

create(self)

source code 

Create list of Levels. The first element is a level corresponding to the root node, the last one corresponds to a leaf.