AIMA.Core.Logic.FOL.Inference.AbstractModulation.IdentifyCandidateMatchingTerm.visitNotSentence C# (CSharp) 메소드

visitNotSentence() 공개 메소드

public visitNotSentence ( NotSentence sentence, Object arg ) : Object
sentence AIMA.Core.Logic.FOL.Parsing.AST.NotSentence
arg Object
리턴 Object
            public Object visitNotSentence(NotSentence sentence, Object arg)
            {
                throw new NotImplementedException(
                        "visitNotSentence() should not be called.");
            }