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

getProof() public method

public getProof ( ) : String
return String
        public override String getProof()
        {
            return reduction.ToString();
        }