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

getJustification() public method

public getJustification ( ) : String
return String
        public override String getJustification()
        {
            return "Assert fact " + fact.ToString() + ", " + bindings;
        }
        // END-ProofStep