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

Inheritance: InferenceResult
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method 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 method

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
return System

ToString() public method

public ToString ( ) : String
return String

checkForPossibleAnswers() public method

public checkForPossibleAnswers ( List resolvents ) : void
resolvents List
return void

getProofs() public method

public getProofs ( ) : List
return List

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