AIMA.Core.Logic.FOL.KB.Data.ReducedLiteral.ReducedLiteral C# (CSharp) Méthode

ReducedLiteral() public méthode

public ReducedLiteral ( AtomicSentence atom ) : System
atom AtomicSentence
Résultat System
        public ReducedLiteral(AtomicSentence atom): base(atom)
        {
            
        }

Same methods

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