C# Class AIMA.Core.Logic.FOL.Inference.FOLTFMResolution.TFMAnswerHandler

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

Méthodes publiques

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

Method Details

TFMAnswerHandler() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

checkForPossibleAnswers() public méthode

public checkForPossibleAnswers ( List resolvents ) : void
resolvents List
Résultat void

getProofs() public méthode

public getProofs ( ) : List
Résultat List

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