类 GraphEdge

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

public class GraphEdge extends Object
This class represents an edge in the graph
版本:
$Revision: 1.4 $ - 23 Apr 2003 - Initial version (Ashraf M. Kibriya)
作者:
Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
  • 构造器详细资料

    • GraphEdge

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

      public GraphEdge(int s, int d, int t, String sLbl, String dLbl)
  • 方法详细资料