C# Class AIMA.Core.Logic.FOL.Inference.FOLModelElimination.AnswerHandler

Inheritance: InferenceResult
显示文件 Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
AnswerHandler ( FOLKnowledgeBase kb, Sentence aQuery, long maxQueryTime, FOLModelElimination folModelElimination ) : System
ToString ( ) : String
getMaxDepthReached ( ) : int
getProofs ( ) : List
getSetOfSupport ( ) : List
isAnswer ( Chain nearParent ) : bool
isComplete ( ) : bool
isPartialResultDueToTimeout ( ) : bool
isPossiblyFalse ( ) : bool
isTrue ( ) : bool
isUnknownDueToTimeout ( ) : bool
resetMaxDepthReached ( ) : void
updateMaxDepthReached ( int depth ) : void

Method Details

AnswerHandler() public method

public AnswerHandler ( FOLKnowledgeBase kb, Sentence aQuery, long maxQueryTime, FOLModelElimination folModelElimination ) : System
kb AIMA.Core.Logic.FOL.KB.FOLKnowledgeBase
aQuery Sentence
maxQueryTime long
folModelElimination FOLModelElimination
return System

ToString() public method

public ToString ( ) : String
return String

getMaxDepthReached() public method

public getMaxDepthReached ( ) : int
return int

getProofs() public method

public getProofs ( ) : List
return List

getSetOfSupport() public method

public getSetOfSupport ( ) : List
return List

isAnswer() public method

public isAnswer ( Chain nearParent ) : bool
nearParent AIMA.Core.Logic.FOL.KB.Data.Chain
return bool

isComplete() public method

public isComplete ( ) : bool
return bool

isPartialResultDueToTimeout() public method

public isPartialResultDueToTimeout ( ) : bool
return bool

isPossiblyFalse() public method

public isPossiblyFalse ( ) : bool
return bool

isTrue() public method

public isTrue ( ) : bool
return bool

isUnknownDueToTimeout() public method

public isUnknownDueToTimeout ( ) : bool
return bool

resetMaxDepthReached() public method

public resetMaxDepthReached ( ) : void
return void

updateMaxDepthReached() public method

public updateMaxDepthReached ( int depth ) : void
depth int
return void