|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgraphlab.Edge
public class Edge
This class represents basic directed edge data
| Field Summary | |
|---|---|
int |
from
The vertex that the edge originates from |
int |
to
The vertex that the edge arrives at |
| Constructor Summary | |
|---|---|
Edge()
Default constructor |
|
| Method Summary | |
|---|---|
int |
getFromVertex()
Get the from vertex |
int |
getToVertex()
Get the destination vertex |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int from
public int to
| Constructor Detail |
|---|
public Edge()
| Method Detail |
|---|
public int getFromVertex()
public int getToVertex()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||