AIMA.Core.Logic.Propositional.Parsing.Ast.UnarySentence.UnarySentence C# (CSharp) Method

UnarySentence() public method

public UnarySentence ( Sentence negated ) : System
negated Sentence
return System
        public UnarySentence(Sentence negated)
        {
            this.negated = negated;
        }