AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseParamodulation.getJustification C# (CSharp) Method

getJustification() public method

public getJustification ( ) : String
return String
        public override String getJustification()
        {
            return "Paramodulation: " + topClause.getProofStep().getStepNumber()
                    + ", " + equalityClause.getProofStep().getStepNumber() + ", ["
                    + assertion + "]";

        }
        // END-ProofStep