C# 클래스 AIMA.Core.Logic.FOL.Inference.FOLOTTERLikeTheoremProver.OTTERAnswerHandler

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

공개 메소드들

메소드 설명
OTTERAnswerHandler ( Literal answerLiteral, List answerLiteralVariables, Clause answerClause, long maxQueryTime ) : System
ToString ( ) : String
getProofs ( ) : List
isAnswer ( Clause aClause ) : bool
isCheckForUnitRefutation ( Clause clause ) : bool
isComplete ( ) : bool
isLookingForAnswerLiteral ( ) : bool
isPartialResultDueToTimeout ( ) : bool
isPossiblyFalse ( ) : bool
isTrue ( ) : bool
isUnknownDueToTimeout ( ) : bool

메소드 상세

OTTERAnswerHandler() 공개 메소드

public OTTERAnswerHandler ( 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

getProofs() 공개 메소드

public getProofs ( ) : List
리턴 List

isAnswer() 공개 메소드

public isAnswer ( Clause aClause ) : bool
aClause Clause
리턴 bool

isCheckForUnitRefutation() 공개 메소드

public isCheckForUnitRefutation ( Clause clause ) : bool
clause Clause
리턴 bool

isComplete() 공개 메소드

public isComplete ( ) : bool
리턴 bool

isLookingForAnswerLiteral() 공개 메소드

public isLookingForAnswerLiteral ( ) : bool
리턴 bool

isPartialResultDueToTimeout() 공개 메소드

public isPartialResultDueToTimeout ( ) : bool
리턴 bool

isPossiblyFalse() 공개 메소드

public isPossiblyFalse ( ) : bool
리턴 bool

isTrue() 공개 메소드

public isTrue ( ) : bool
리턴 bool

isUnknownDueToTimeout() 공개 메소드

public isUnknownDueToTimeout ( ) : bool
리턴 bool