|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.matalon.pagerankhits.dataStructures.Edge
This class represents an edge data structure.
Field Summary | |
private Vertex |
v1
|
private Vertex |
v2
|
Constructor Summary | |
Edge(Vertex v1,
Vertex v2)
Constructor. |
Method Summary | |
Vertex |
getV1()
|
Vertex |
getV2()
|
void |
setV1(Vertex v1)
|
void |
setV2(Vertex v2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Vertex v1
private Vertex v2
Constructor Detail |
public Edge(Vertex v1, Vertex v2) throws InvalidParameterException
v1
- v2
-
InvalidParameterException
Method Detail |
public Vertex getV1()
public void setV1(Vertex v1) throws InvalidParameterException
v1
- The v1 to set.
InvalidParameterException
public Vertex getV2()
public void setV2(Vertex v2) throws InvalidParameterException
v2
- The v2 to set.
InvalidParameterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |