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

getJustification() public method

public getJustification ( ) : String
return String
        public override String getJustification()
        {
            return "Renaming of " + predecessors[0].getStepNumber();
        }
        // END-ProofStep