Package weka.gui.graphvisualizer
Class GraphEdge
java.lang.Object
weka.gui.graphvisualizer.GraphEdge
This class represents an edge in the graph
- Version:
- $Revision: 8034 $ - 23 Apr 2003 - Initial version (Ashraf M. Kibriya)
- Author:
- Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
src
public int srcThe index of source node in Nodes vector -
dest
public int destThe index of target node in Nodes vector -
type
public int typeThe type of Edge -
srcLbl
Label of source node -
destLbl
Label of target node
-
-
Constructor Details
-
GraphEdge
public GraphEdge(int s, int d, int t) -
GraphEdge
-
-
Method Details