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