SparkseePython  6.0.2
Static Public Attributes | List of all members
sparksee.ExportType Class Reference

Export type. More...

Static Public Attributes

int GRAPHVIZ = 0
 Export to Graphviz format. More...
 
int GRAPHML = 1
 Export to GraphML format. More...
 
int YGRAPHML = 2
 Export to YGRAPHML format. More...
 

Detailed Description

Export type.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Data Documentation

int sparksee.ExportType.GRAPHML = 1
static

Export to GraphML format.

GraphML home page: http://graphml.graphdrawing.org/

int sparksee.ExportType.GRAPHVIZ = 0
static

Export to Graphviz format.

Graphviz home page: http://www.graphviz.org

int sparksee.ExportType.YGRAPHML = 2
static

Export to YGRAPHML format.

It is an GraphML format extended with a set of yWorks ("http://www.yworks.com") extensions. Thus, it allows for the visualization of the exported graph with the public yEd visualization tool ("http://www.yworks.com/products/yed").