edu.upc.dama.dex.core
Class Export.EdgeExport.Direction

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

public static final class Export.EdgeExport.Direction
extends java.lang.Enum

Edge direction.

See Also:
Serialized Form

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

DIRECTED

public static final Export.EdgeExport.Direction DIRECTED
Directed edge.

It draws an arrow in the head of the edge.


UNDIRECTED

public static final Export.EdgeExport.Direction UNDIRECTED
Undirected edge.

No arrows nowhere.

Method Detail

values

public static Export.EdgeExport.Direction[] values()

valueOf

public static Export.EdgeExport.Direction valueOf(java.lang.String name)