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

Literal() public method

public Literal ( AtomicSentence atom ) : System
atom AtomicSentence
return System
        public Literal(AtomicSentence atom)
        {
            this.atom = atom;
        }

Same methods

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