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

ReducedLiteral() public method

public ReducedLiteral ( AtomicSentence atom, bool negated ) : System
atom AtomicSentence
negated bool
return System
        public ReducedLiteral(AtomicSentence atom, bool negated) : base(atom, negated)
        {
           
        }

Same methods

ReducedLiteral::ReducedLiteral ( AtomicSentence atom ) : System