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

getJustification() public method

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