|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Enum
edu.upc.dama.dex.core.Export.Type
public static final class Export.Type
Export type.
| 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 |
|---|
public static final Export.Type GRAPHVIZ
Graphviz home page.
public static final Export.Type GRAPHML
GraphML home page.
public static final Export.Type YGRAPHML
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 |
|---|
public static Export.Type[] values()
public static Export.Type valueOf(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||