|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweka.gui.graphvisualizer.GraphEdge
This class represents an edge in the graph
| Field Summary | |
protected int |
dest
The index of target node in Nodes vector |
protected java.lang.String |
destLbl
Label of target node |
protected int |
src
The index of source node in Nodes vector |
protected java.lang.String |
srcLbl
Label of source node |
protected int |
type
The type of Edge |
| Constructor Summary | |
GraphEdge(int s,
int d,
int t)
|
|
GraphEdge(int s,
int d,
int t,
java.lang.String sLbl,
java.lang.String dLbl)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object e)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int src
protected int dest
protected int type
protected java.lang.String srcLbl
protected java.lang.String destLbl
| Constructor Detail |
public GraphEdge(int s,
int d,
int t)
public GraphEdge(int s,
int d,
int t,
java.lang.String sLbl,
java.lang.String dLbl)
| Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object e)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||