C# Class AIMA.Core.Logic.FOL.Inference.FOLOTTERLikeTheoremProver.OTTERAnswerHandler

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

Public Methods

Method Description
OTTERAnswerHandler ( Literal answerLiteral, List answerLiteralVariables, Clause answerClause, long maxQueryTime ) : System
ToString ( ) : String
getProofs ( ) : List
isAnswer ( Clause aClause ) : bool
isCheckForUnitRefutation ( Clause clause ) : bool
isComplete ( ) : bool
isLookingForAnswerLiteral ( ) : bool
isPartialResultDueToTimeout ( ) : bool
isPossiblyFalse ( ) : bool
isTrue ( ) : bool
isUnknownDueToTimeout ( ) : bool

Method Details

OTTERAnswerHandler() public method

public OTTERAnswerHandler ( 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

getProofs() public method

public getProofs ( ) : List
return List

isAnswer() public method

public isAnswer ( Clause aClause ) : bool
aClause Clause
return bool

isCheckForUnitRefutation() public method

public isCheckForUnitRefutation ( Clause clause ) : bool
clause Clause
return bool

isComplete() public method

public isComplete ( ) : bool
return bool

isLookingForAnswerLiteral() public method

public isLookingForAnswerLiteral ( ) : 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