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