AIMA.Core.Search.Framework.CutOffIndicatorAction.CutOffIndicatorAction C# (CSharp) Method

CutOffIndicatorAction() private method

private CutOffIndicatorAction ( ) : System
return System
        private CutOffIndicatorAction()
        {
            super("CutOff");
        }
    }
CutOffIndicatorAction