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

ReducedLiteral() public method

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

Same methods

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