Package weka.gui.graphvisualizer
Class GraphEdge
- java.lang.Object
-
- weka.gui.graphvisualizer.GraphEdge
-
public class GraphEdge extends java.lang.ObjectThis class represents an edge in the graph- Version:
- $Revision: 1.4 $ - 23 Apr 2003 - Initial version (Ashraf M. Kibriya)
- Author:
- Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object e)java.lang.StringtoString()
-