AIMA.Core.Logic.FOL.Inference.Proof.ProofStepFoChAssertFact.getJustification C# (CSharp) Метод

getJustification() публичный Метод

public getJustification ( ) : String
Результат String
        public override String getJustification()
        {
            return "Assert fact " + fact.ToString() + ", " + bindings;
        }
        // END-ProofStep