AIMA.Core.Logic.FOL.CNFConstructor.visitVariable C# (CSharp) Méthode

visitVariable() public méthode

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