AIMA.Core.Logic.FOL.KB.Data.ReducedLiteral.newInstance C# (CSharp) Méthode

newInstance() public méthode

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