C# Class AIMA.Core.Logic.FOL.Inference.FOLBCAsk.BCAskAnswerHandler

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

Méthodes publiques

Méthode Description
BCAskAnswerHandler ( ) : System
addProofStep ( List currentLevelProofSteps, Clause toProve, Literal currentGoal, Term>.Dictionary bindings ) : void
getProofs ( ) : List
isPartialResultDueToTimeout ( ) : bool
isPossiblyFalse ( ) : bool
isTrue ( ) : bool
isUnknownDueToTimeout ( ) : bool
setAllProofSteps ( List allProofSteps ) : void

Method Details

BCAskAnswerHandler() public méthode

public BCAskAnswerHandler ( ) : System
Résultat System

addProofStep() public méthode

public addProofStep ( List currentLevelProofSteps, Clause toProve, Literal currentGoal, Term>.Dictionary bindings ) : void
currentLevelProofSteps List
toProve Clause
currentGoal AIMA.Core.Logic.FOL.KB.Data.Literal
bindings Term>.Dictionary
Résultat void

getProofs() public méthode

public getProofs ( ) : List
Résultat List

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

setAllProofSteps() public méthode

public setAllProofSteps ( List allProofSteps ) : void
allProofSteps List
Résultat void