Class AbstractProofDAG.AbstractProofNode

    • Field Detail

      • formula

        protected @Nullable Formula formula
    • Constructor Detail

      • AbstractProofNode

        protected AbstractProofNode​(ProofRule rule,
                                    Formula formula)
    • Method Detail

      • getFormula

        public Formula getFormula()
        Description copied from interface: ProofNode
        Get the formula of the proof node.
        Specified by:
        getFormula in interface ProofNode
        Returns:
        The formula of the proof node.
      • isLeaf

        public boolean isLeaf()
        Specified by:
        isLeaf in interface ProofNode
      • getId

        public int getId()
        Description copied from interface: ProofNode
        Get the id of the proof node.
        Specified by:
        getId in interface ProofNode
        Returns:
        The id of the proof node.
      • setFormula

        public void setFormula​(Formula pFormula)