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

getJustification() public method

public getJustification ( ) : String
return String
        public override String getJustification()
        {
            return "Factor of " + factorOf.getProofStep().getStepNumber();
        }
        // END-ProofStep