Class AbstractReportNode

    • Constructor Detail

      • AbstractReportNode

        public AbstractReportNode()
        Deprecated.
    • Method Detail

      • equalsNode

        public abstract boolean equalsNode​(AbstractReportNode arg0)
        Deprecated.
        Should compare to nodes of the tree.
      • getFirstChild

        public AbstractReportNode getFirstChild()
        Deprecated.
        Returns:
        null If there isn't any child.
      • getNextSibling

        public AbstractReportNode getNextSibling()
        Deprecated.
        Returns:
        null If there isn't any sibling.
      • addFirst

        public void addFirst​(AbstractReportNode child)
        Deprecated.
        Adds the child in front of any other childs.
      • add

        public void add​(AbstractReportNode child)
        Deprecated.
        Adds the child at the end.
      • addNumberOfViolation

        public void addNumberOfViolation​(int number)
        Deprecated.
      • getNumberOfViolations

        public int getNumberOfViolations()
        Deprecated.
        Returns:
        The number of all violations downside the node.
      • childrenAccept

        public void childrenAccept​(ReportVisitor visitor)
        Deprecated.
      • accept

        public void accept​(ReportVisitor visitor)
        Deprecated.
      • getChildCount

        public int getChildCount()
        Deprecated.
      • isLeaf

        public boolean isLeaf()
        Deprecated.