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

setMaxQueryTime() public method

public setMaxQueryTime ( long maxQueryTime ) : void
maxQueryTime long
return void
        public void setMaxQueryTime(long maxQueryTime)
        {
            this.maxQueryTime = maxQueryTime;
        }