Package harold :: Package prog :: Package namespace :: Module _intervals_tree
[show private | hide private]
[frames | no frames]

Module harold.prog.namespace._intervals_tree

Define the class IntervalsTree.

An intervals-tree is a mapping between intervals and arbitrary values. The value associated to an interval can be overriden for a sub-interval, and thus recursively. However, it is an error to assign different values to overlapping intervals.
Classes
IntervalsTree  

Exceptions
ConflictException Raised whenever set tries to assign a value on an interval overlapping a different value.

Generated by Epydoc 2.1 on Mon Dec 18 15:25:58 2006 http://epydoc.sf.net