Implements simple containment as a 'parent' -> [child1,child2,childn] key/value Berkeley Database
Methods
- __init__(self)
- fetchChildren(self, parent)
-
Returns a list of child uris for the given parent. Parent is a PathImp
- initialize(self)
- manageChildren(self, parent, child, add=True)
-
Adds/remove the child specified by the given path to the parent (path - a PathImp)