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

Inheritance: InferenceResult
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String

getMaxDepthReached() public méthode

public getMaxDepthReached ( ) : int
Résultat int

getProofs() public méthode

public getProofs ( ) : List
Résultat List

getSetOfSupport() public méthode

public getSetOfSupport ( ) : List
Résultat List

isAnswer() public méthode

public isAnswer ( Chain nearParent ) : bool
nearParent AIMA.Core.Logic.FOL.KB.Data.Chain
Résultat bool

isComplete() public méthode

public isComplete ( ) : bool
Résultat bool

isPartialResultDueToTimeout() public méthode

public isPartialResultDueToTimeout ( ) : bool
Résultat bool

isPossiblyFalse() public méthode

public isPossiblyFalse ( ) : bool
Résultat bool

isTrue() public méthode

public isTrue ( ) : bool
Résultat bool

isUnknownDueToTimeout() public méthode

public isUnknownDueToTimeout ( ) : bool
Résultat bool

resetMaxDepthReached() public méthode

public resetMaxDepthReached ( ) : void
Résultat void

updateMaxDepthReached() public méthode

public updateMaxDepthReached ( int depth ) : void
depth int
Résultat void