AIMA.Core.Logic.FOL.CNFConstructor.visitVariable C# (CSharp) Метод

visitVariable() публичный Метод

public visitVariable ( Variable variable, Object arg ) : Object
variable AIMA.Core.Logic.FOL.Parsing.AST.Variable
arg Object
Результат Object
        public Object visitVariable(Variable variable, Object arg)
        {
            // This should not be called
            throw new NotImplementedException("visitVariable() should not be called.");
        }