C# 클래스 AIMA.Core.Logic.FOL.Inference.Proof.ProofStepBwChGoal

상속: AbstractProofStep
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
ProofStepBwChGoal ( Clause toProve, Literal currentGoal, Term>.Dictionary bindings ) : System
getBindings ( ) : Term>.Dictionary
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String
setPredecessor ( ProofStep predecessor ) : void

메소드 상세

ProofStepBwChGoal() 공개 메소드

public ProofStepBwChGoal ( Clause toProve, Literal currentGoal, Term>.Dictionary bindings ) : System
toProve Clause
currentGoal AIMA.Core.Logic.FOL.KB.Data.Literal
bindings Term>.Dictionary
리턴 System

getBindings() 공개 메소드

public getBindings ( ) : Term>.Dictionary
리턴 Term>.Dictionary

getJustification() 공개 메소드

public getJustification ( ) : String
리턴 String

getPredecessorSteps() 공개 메소드

public getPredecessorSteps ( ) : List
리턴 List

getProof() 공개 메소드

public getProof ( ) : String
리턴 String

setPredecessor() 공개 메소드

public setPredecessor ( ProofStep predecessor ) : void
predecessor ProofStep
리턴 void