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

visitConstant() 공개 메소드

public visitConstant ( Constant constant, Object arg ) : Object
constant AIMA.Core.Logic.FOL.Parsing.AST.Constant
arg Object
리턴 Object
        public Object visitConstant(Constant constant, Object arg)
        {
            // This should not be called
            throw new NotImplementedException("visitConstant() should not be called.");
        }