AIMA.Core.Logic.FOL.KB.Data.ReducedLiteral.newInstance C# (CSharp) Method

newInstance() public method

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