AIMA.Core.Logic.FOL.CNFConstructor.visitFunction C# (CSharp) 메소드

visitFunction() 공개 메소드

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