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.");
        }