AIMA.Core.Logic.FOL.KB.Data.ReducedLiteral.newInstance C# (CSharp) 메소드

newInstance() 공개 메소드

public newInstance ( AtomicSentence atom ) : Literal
atom AtomicSentence
리턴 Literal
        public override Literal newInstance(AtomicSentence atom)
        {
            return new ReducedLiteral(atom, isNegativeLiteral());
        }