AIMA.Core.Logic.FOL.KB.Data.ReducedLiteral.ReducedLiteral C# (CSharp) 메소드

ReducedLiteral() 공개 메소드

public ReducedLiteral ( AtomicSentence atom ) : System
atom AtomicSentence
리턴 System
        public ReducedLiteral(AtomicSentence atom): base(atom)
        {
            
        }

Same methods

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