AIMA.Core.Logic.FOL.Inference.FOLTFMResolution.getTracer C# (CSharp) Method

getTracer() public method

public getTracer ( ) : FOLTFMResolutionTracer
return FOLTFMResolutionTracer
        public FOLTFMResolutionTracer getTracer()
        {
            return tracer;
        }