Class DefaultEdge

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultEdge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getSource()
      Retrieves the source of this edge.
      protected java.lang.Object getTarget()
      Retrieves the target of this edge.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DefaultEdge

        public DefaultEdge()
    • Method Detail

      • getSource

        protected java.lang.Object getSource()
        Retrieves the source of this edge. This is protected, for use by subclasses only (e.g. for implementing toString).
        Returns:
        source of this edge
      • getTarget

        protected java.lang.Object getTarget()
        Retrieves the target of this edge. This is protected, for use by subclasses only (e.g. for implementing toString).
        Returns:
        target of this edge
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object