Class GraphEdge

java.lang.Object
weka.gui.graphvisualizer.GraphEdge

public class GraphEdge extends Object
This 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)
  • Constructor Details

    • GraphEdge

      public GraphEdge(int s, int d, int t)
    • GraphEdge

      public GraphEdge(int s, int d, int t, String sLbl, String dLbl)
  • Method Details