AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseParamodulation.getJustification C# (CSharp) Méthode

getJustification() public méthode

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

        }
        // END-ProofStep