Interface Link

    • Field Detail

      • ATTR_WEAK_LINK

        static final int ATTR_WEAK_LINK
        Attribute bit to be set on weak links. The definition of weak depends on the graph source. For Ant weak links will be dependencies underlying ant, antcall, subant, etc. task.
        See Also:
        Constant Field Values
      • ATTR_CONDITIONAL_LINK

        static final int ATTR_CONDITIONAL_LINK
        Attribute bit to be set on link subject to a condition.
        See Also:
        Constant Field Values
    • Method Detail

      • getStartNode

        Node getStartNode()
        Return the node located at the start of the link.
        Returns:
        start node
      • getEndNode

        Node getEndNode()
        Return the node located at the end of the link.
        Returns:
        end node
      • accept

        void accept​(LinkVisitor visitor)
        Accepts a visitor. The implementation must call the appropriate visitLink method.
        Parameters:
        visitor - LinkVisitor