Package Bio :: Package config :: Module Registry :: Class RegisterableGroup
[show private | hide private]
[frames | no frames]

Class RegisterableGroup

RegisterableObject --+
                     |
                    RegisterableGroup

Known Subclasses:
DBGroup, FormatGroup

This is a base class for a RegisterableObject that groups many objects together.

Methods: add Add an object to the end of the group. add_after Add an object to the group after another object. add_before Add an object to the group before another object.
Method Summary
  __init__(self, name, abbrev, doc)
RegisterableObject(name, abbrev, doc)
  add(self, obj, index)
  add_after(self, obj, after)
  add_before(self, obj, before)

Method Details

__init__(self, name, abbrev, doc)
(Constructor)

RegisterableObject(name, abbrev, doc)
Overrides:
Bio.config.Registry.RegisterableObject.__init__ (inherited documentation)

Generated by Epydoc 2.1 on Thu Jun 30 22:05:40 2005 http://epydoc.sf.net