Home | Trees | Index | Help |
---|
Package netconv :: Module gml |
|
Author: Marcio Rosa da Silva
Contact: mrs@gbf.de
Organization: Systems Biology Group / GBF
License: GPL
Function Summary | |
---|---|
Adds GML edge to the the network | |
Adds GML node to the the network | |
Exports network to GML file | |
Exports network to GML file | |
Exports attributes in GML format | |
Imports the attributes in GML format | |
Exports the attributes of the node in GML format | |
Imports the attributes of the node in GML format |
Variable Summary | |
---|---|
str |
gml_tab : used to indent GML file |
str |
gml_tab_i : internal field separation in GML file |
Function Details |
---|
addGMLEdge(obj, arq)Adds GML edge to the the network
|
addGMLNode(obj, arq)Adds GML node to the the network
|
exportGML(obj, filename='-')Exports network to GML file
|
importGML(obj, filename='-')Exports network to GML file
|
_bExportGML(obj, name, attribs, indent)Exports attributes in GML format
|
_bImportGML(obj, arq, attribs)Imports the attributes in GML format
|
_neExportGML(obj, name=None, attribs=None, indent=0)Exports the attributes of the node in GML format
|
_neImportGML(obj, arq, attribs=None)Imports the attributes of the node in GML format
|
Variable Details |
---|
gml_tabused to indent GML file
|
gml_tab_iinternal field separation in GML file
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Aug 30 11:04:16 2005 | http://epydoc.sf.net |