AIMA.Core.Logic.FOL.KB.Data.Literal.Literal C# (CSharp) Метод

Literal() публичный Метод

public Literal ( AtomicSentence atom ) : System
atom AtomicSentence
Результат System
        public Literal(AtomicSentence atom)
        {
            this.atom = atom;
        }

Same methods

Literal::Literal ( AtomicSentence atom, bool negated ) : System