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

visitQuantifiedSentence() 공개 메소드

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