|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectccvisu.GraphEdgeInt
public class GraphEdgeInt
Represents an edge between two vertices x and y (given as vertex ids) of weight w.
| Field Summary | |
|---|---|
java.lang.String |
relName
The name of the relation the egde belongs to |
float |
w
Edge weight. |
int |
x
Source vertex of edge. |
int |
y
Target vertex of edge. |
| Constructor Summary | |
|---|---|
GraphEdgeInt()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String relName
public int x
public int y
public float w
| Constructor Detail |
|---|
public GraphEdgeInt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||