C# 클래스 AIMA.Core.Logic.FOL.Inference.FOLTFMResolution.TFMAnswerHandler

상속: InferenceResult
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
TFMAnswerHandler ( Literal answerLiteral, List answerLiteralVariables, Clause answerClause, long maxQueryTime ) : System
ToString ( ) : String
checkForPossibleAnswers ( List resolvents ) : void
getProofs ( ) : List
isComplete ( ) : bool
isPartialResultDueToTimeout ( ) : bool
isPossiblyFalse ( ) : bool
isTrue ( ) : bool
isUnknownDueToTimeout ( ) : bool

메소드 상세

TFMAnswerHandler() 공개 메소드

public TFMAnswerHandler ( Literal answerLiteral, List answerLiteralVariables, Clause answerClause, long maxQueryTime ) : System
answerLiteral AIMA.Core.Logic.FOL.KB.Data.Literal
answerLiteralVariables List
answerClause Clause
maxQueryTime long
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

checkForPossibleAnswers() 공개 메소드

public checkForPossibleAnswers ( List resolvents ) : void
resolvents List
리턴 void

getProofs() 공개 메소드

public getProofs ( ) : List
리턴 List

isComplete() 공개 메소드

public isComplete ( ) : bool
리턴 bool

isPartialResultDueToTimeout() 공개 메소드

public isPartialResultDueToTimeout ( ) : bool
리턴 bool

isPossiblyFalse() 공개 메소드

public isPossiblyFalse ( ) : bool
리턴 bool

isTrue() 공개 메소드

public isTrue ( ) : bool
리턴 bool

isUnknownDueToTimeout() 공개 메소드

public isUnknownDueToTimeout ( ) : bool
리턴 bool