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

Packages that use Export.EdgeExport.Direction
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
 

Uses of Export.EdgeExport.Direction in edu.upc.dama.dex.core
 

Fields in edu.upc.dama.dex.core declared as Export.EdgeExport.Direction
static Export.EdgeExport.Direction Export.EdgeExport.Direction.DIRECTED
          Directed edge.
static Export.EdgeExport.Direction Export.EdgeExport.Direction.UNDIRECTED
          Undirected edge.
 

Methods in edu.upc.dama.dex.core that return Export.EdgeExport.Direction
 Export.EdgeExport.Direction Export.EdgeExport.getDirection()
          Gets the edge direction.
static Export.EdgeExport.Direction Export.EdgeExport.Direction.valueOf(java.lang.String name)
           
static Export.EdgeExport.Direction[] Export.EdgeExport.Direction.values()
           
 

Methods in edu.upc.dama.dex.core with parameters of type Export.EdgeExport.Direction
 void Export.EdgeExport.setDirection(Export.EdgeExport.Direction direction)
          Sets the edge direction.