AIMA.Core.Logic.FOL.Inference.Proof.ProofStepChainReduction.getProof C# (CSharp) 메소드

getProof() 공개 메소드

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