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