AIMA.Core.Logic.FOL.CNFConstructor.visitFunction C# (CSharp) Method

visitFunction() public method

public visitFunction ( Function function, Object arg ) : Object
function Function
arg Object
return Object
        public Object visitFunction(Function function, Object arg)
        {
            // This should not be called
            throw new NotImplementedException("visitFunction() should not be called.");
        }