AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseClausifySentence.getJustification C# (CSharp) Méthode

getJustification() public méthode

public getJustification ( ) : String
Résultat String
        public override String getJustification()
        {
            return "Clausified " + predecessors[0].getStepNumber();
        }
        // END-ProofStep