edu.upc.dama.dex.core
Class Export.Type

java.lang.Object
  extended by java.lang.Enum
      extended by edu.upc.dama.dex.core.Export.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
Export

public static final class Export.Type
extends java.lang.Enum

Export type.

See Also:
Serialized Form

Field Summary
static Export.Type GRAPHML
          Export to GraphML format.
static Export.Type GRAPHVIZ
          Export to Graphviz format.
static Export.Type YGRAPHML
          Export to YGRAPHML format.
 
Method Summary
static Export.Type valueOf(java.lang.String name)
           
static Export.Type[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GRAPHVIZ

public static final Export.Type GRAPHVIZ
Export to Graphviz format.

Graphviz home page.


GRAPHML

public static final Export.Type GRAPHML
Export to GraphML format.

GraphML home page.


YGRAPHML

public static final Export.Type YGRAPHML
Export to YGRAPHML format.

It is a GraphML export format plus a set of yWorks extensions. Thus, it allows for the visualization of the exported graph with the public yEd visualization tool.

Method Detail

values

public static Export.Type[] values()

valueOf

public static Export.Type valueOf(java.lang.String name)