|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.hadoop.graphbuilder.graph.glgraph.EdgeType
public class EdgeType
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 |
---|
public EdgeType()
public EdgeType(int center, int connected, int edgeid, EdgeType.DIR direction)
Method Detail |
---|
public int source()
public int target()
public int edgeid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |