com.intel.hadoop.graphbuilder.graph.glgraph
Class EdgeType

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.graph.glgraph.EdgeType

public class EdgeType
extends java.lang.Object


Nested Class Summary
static class EdgeType.DIR
           
 
Constructor Summary
EdgeType()
           
EdgeType(int center, int connected, int edgeid, EdgeType.DIR direction)
           
 
Method Summary
 int edgeid()
           
 int source()
           
 int target()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeType

public EdgeType()

EdgeType

public EdgeType(int center,
                int connected,
                int edgeid,
                EdgeType.DIR direction)
Method Detail

source

public int source()

target

public int target()

edgeid

public int edgeid()