Class AntTargetNode

  • All Implemented Interfaces:
    GraphObject, Node

    public class AntTargetNode
    extends NodeImpl
    A node implementation specialized for Ant target.
    Author:
    Christophe Labouisse
    • Field Detail

      • SOURCE_ATTRIBUTE

        public static final int SOURCE_ATTRIBUTE
        Field SOURCE_ATTRIBUTE. (value is 2)
        See Also:
        Constant Field Values
      • SOURCE_UNKNOWN

        public static final int SOURCE_UNKNOWN
        Field SOURCE_UNKNOWN. (value is 0)
        See Also:
        Constant Field Values
      • SOURCE_MARKUP

        public static final int SOURCE_MARKUP
        Field SOURCE_MARKUP. (value is 1)
        See Also:
        Constant Field Values
      • SOURCE_TEXT

        public static final int SOURCE_TEXT
        Field SOURCE_TEXT. (value is 3)
        See Also:
        Constant Field Values
    • Constructor Detail

      • AntTargetNode

        public AntTargetNode​(String name,
                             Graph graph)
        Constructor.
        Parameters:
        name - String
        graph - Graph