Package bioMoby :: Module mobyRegister :: Class ObjectClass
[show private | hide private]
[frames | no frames]

Class ObjectClass

GeneralInformations --+
                      |
                     ObjectClass


An object's class relationships are described as a set of tuple [ ('ISA|HAS|HASA', 'name', 'TYPE'), ...]
Method Summary
  __init__(self, contactEmail, authURI, description, objectType, relationships)
  __str__(self)
Return the xml of the instance
  deregister(self)
Deregister the object's class
  register(self)
Register the object's class

Class Variable Summary
    Inherited from GeneralInformations
str authURI = ''
str contact = ''
str description = ''

Method Details

__str__(self)
(Informal representation operator)

Return the xml of the instance

deregister(self)

Deregister the object's class

register(self)

Register the object's class

Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 http://epydoc.sf.net