Interface IEdge

    • Method Detail

      • getSource

        IElement getSource()
        Gets the source.
        Returns:
        The source
      • setSource

        void setSource​(IElement source)
        Sets the source.
        Parameters:
        source - The source to set
      • getTarget

        IElement getTarget()
        Gets the target.
        Returns:
        The target
      • setTarget

        void setTarget​(IElement target)
        Sets the target.
        Parameters:
        target - The target to set