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

getProof() public method

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