|
||||||||||
| 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.EdgeExport.Direction
public static final class Export.EdgeExport.Direction
Edge direction.
| Field Summary | |
|---|---|
static Export.EdgeExport.Direction |
DIRECTED
Directed edge. |
static Export.EdgeExport.Direction |
UNDIRECTED
Undirected edge. |
| Method Summary | |
|---|---|
static Export.EdgeExport.Direction |
valueOf(java.lang.String name)
|
static Export.EdgeExport.Direction[] |
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.EdgeExport.Direction DIRECTED
It draws an arrow in the head of the edge.
public static final Export.EdgeExport.Direction UNDIRECTED
No arrows nowhere.
| Method Detail |
|---|
public static Export.EdgeExport.Direction[] values()
public static Export.EdgeExport.Direction valueOf(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||