Package moppy :: Module mop :: Class MetaStructuralObject
[show private | hide private]
[frames | no frames]

Class MetaStructuralObject

object --+
         |
        MetaStructuralObject


MetaStructuralObject A class that injects (introduces) structure to another objects, usually without the injected object being aware of the injection. The mechanism used to do this is using one or more Mixin classes.
Method Summary
  __init__(self)
a new object with type S, a subtype of T __new__(S, ...)
  addMixin(self, mixin)
  addSelection(self, selection)
  removeMixin(self, mixin)
  removeSelection(self, selection)

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Wed May 14 00:03:19 2003 http://epydoc.sf.net