Uses of Class
com.intel.hadoop.graphbuilder.graph.glgraph.EdgeType.DIR

Packages that use EdgeType.DIR
com.intel.hadoop.graphbuilder.graph.glgraph   
 

Uses of EdgeType.DIR in com.intel.hadoop.graphbuilder.graph.glgraph
 

Methods in com.intel.hadoop.graphbuilder.graph.glgraph that return EdgeType.DIR
static EdgeType.DIR EdgeType.DIR.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EdgeType.DIR[] EdgeType.DIR.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.intel.hadoop.graphbuilder.graph.glgraph with parameters of type EdgeType.DIR
EdgeList(int vid, SparseGraphStruct store, EdgeType.DIR dir)
          Construct an EdgeList containing all edges in the SparseGraphStruct that are incoming (outgoing) edges with respect to the given vertex.
EdgeType(int center, int connected, int edgeid, EdgeType.DIR direction)