AIMA.Core.Logic.FOL.Inference.Proof.ProofStepPremise.getJustification C# (CSharp) 메소드

getJustification() 공개 메소드

public getJustification ( ) : String
리턴 String
        public override String getJustification()
        {
            return "Premise";
        }
        // END-ProofStep