Configurator
Public Member Functions | List of all members
data_structures.Selection Class Reference

One Selection from the selections tree. More...

Inheritance diagram for data_structures.Selection:
data_structures.Node

Public Member Functions

def __init__
 
def lookup_or_create
 
def module_append
 
def sort
 
- Public Member Functions inherited from data_structures.Node
def __init__
 Node Constructor
 
def parent_index_find
 Recursively find parent of self starting from root_node.
 
def show
 Method print self indented by indent.
 
def sub_node_append
 Append sub_node to the children sub nodes of self.
 
def xml_write
 Method writes self to out_stream indented by indent.
 

Detailed Description

One Selection from the selections tree.

This class represents one Node in the selections tree the corresponds to the available modules that can be included in a module. The selections tree is constructed as a side effect of read through the modules database.

Member Data Documentation

list data_structures.Selection.sub_selections []
static
 

The documentation for this class was generated from the following file: