AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseParamodulation.getJustification C# (CSharp) 메소드

getJustification() 공개 메소드

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

        }
        // END-ProofStep