Home | Trees | Index | Help |
|
---|
Package bioMoby :: Module mobyDataTypes :: Class MobyZmPDB |
|
MobyObject
--+
|
MobyZmPDB
Method Summary | |
---|---|
__init__(self,
filename,
content,
compress,
namespace,
id,
articleName)
| |
Returns the PDB | |
Compress the PDB using zlib | |
Returns a PDB from a XML String | |
Load a PDB | |
Save the PDB into a file | |
This is the method that transforms a PDB into a moby object | |
Inherited from MobyObject | |
Get the namespace and the id of the Object |
Method Details |
---|
__str__(self)
Returns the PDB
|
compress(self)Compress the PDB using zlib |
fromMoby(self, xml)Returns a PDB from a XML String
|
loadFromFile(self, filename)Load a PDB |
saveToFile(self, filename)Save the PDB into a file |
toMoby(self)This is the method that transforms a PDB into a moby object
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 | http://epydoc.sf.net |