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

visitVariable() public method

public visitVariable ( Variable variable, Object arg ) : Object
variable AIMA.Core.Logic.FOL.Parsing.AST.Variable
arg Object
return Object
        public Object visitVariable(Variable variable, Object arg)
        {
            // This should not be called
            throw new NotImplementedException("visitVariable() should not be called.");
        }