| Trees | Indices | Help | 
 | 
|---|
|  | 
A partitioning in the hierarchy. Contains methods to create a partitioning and add its parents and children. Meant to be called only by Hierarchy in this module, in the course of constructing the hierarchy.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Partition | 
 | ||
| 
 | |||
| Dict of str to Partition | _partition_names_d Dict of partition names to partitions in the current partitioning | ||
| set of Partitioning | children Children of the current Partitioning (set indirectly by Hierarchy.__init__()) | ||
| Hierarchy | hierarchy Hierarchy that the current Partitioning belongs to (set by Partitioning.__init__()) | ||
| int | level Level of the current Partitioning (set by Partitioning.__init__()) | ||
| str | name Name of the current Partitioning (set by Partitioning.__init__()) | ||
| set of Partitioning | parents Parents of the current Partitioning (set indirectly by Hierarchy.__init__()) | ||
| set of Partition in the current partitioning | partitions Partition objects contained within the current partitioning | ||
| 
 | |||
| 
 Add a partitioning with the given name at the given level. 
 | 
| 
 Add a child partitioning to the current partitioning. 
 | 
| 
 Add a parent partitioning to the current partitioning. 
 | 
| 
 Return the Partition object bearing the given partition_name that resides in the current partitioning. If a partition with the given name does not exist in the current partitioning, create it and add it. This is entry point for the creation of partitions. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:31 2016 | http://epydoc.sourceforge.net |