Class ShowGraph.MyEdge

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    ShowGraph

    public static class ShowGraph.MyEdge
    extends org.jgrapht.graph.DefaultWeightedEdge
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MyEdge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      java.lang.String toString()  
      • Methods inherited from class org.jgrapht.graph.DefaultWeightedEdge

        getWeight
      • Methods inherited from class org.jgrapht.graph.DefaultEdge

        getSource, getTarget
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MyEdge

        public MyEdge()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.jgrapht.graph.DefaultEdge
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object