AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseClausifySentence.ProofStepClauseClausifySentence C# (CSharp) Method

ProofStepClauseClausifySentence() public method

public ProofStepClauseClausifySentence ( Clause clausified, Sentence origSentence ) : System
clausified Clause
origSentence Sentence
return System
        public ProofStepClauseClausifySentence(Clause clausified,
                Sentence origSentence)
        {
            this.clausified = clausified;
            this.predecessors.Add(new ProofStepPremise(origSentence));
        }