Class DefaultEdge

    • Constructor Detail

      • DefaultEdge

        public DefaultEdge()
    • Method Detail

      • getSource

        protected 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 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