edu.hust.go.gui
Class GoEdge

java.lang.Object
  |
  +--DefaultEdge
        |
        +--edu.hust.go.gui.GoEdge

public class GoEdge
extends DefaultEdge

See Also:
Serialized Form

Constructor Summary
GoEdge(edu.hust.go.gui.GoCell sourceCell, edu.hust.go.gui.GoCell targetCell)
           
 
Method Summary
 java.lang.String getToolTipString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoEdge

public GoEdge(edu.hust.go.gui.GoCell sourceCell,
              edu.hust.go.gui.GoCell targetCell)
Method Detail

getToolTipString

public java.lang.String getToolTipString()