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

getJustification() public méthode

public getJustification ( ) : String
Résultat String
        public override String getJustification()
        {
            return "Reduction: " + nearParent.getProofStep().getStepNumber() + ","
                    + farParent.getProofStep().getStepNumber() + " " + subst;
        }
        // END-ProofStep