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

getJustification() public method

public getJustification ( ) : String
return String
        public override String getJustification()
        {
            return "Current Goal " + currentGoal.getAtomicSentence().ToString()
                    + ", " + bindings;
        }
        // END-ProofStep