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

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

Méthodes publiques

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

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

ToString() public méthode

public ToString ( ) : String
Résultat String

getProofs() public méthode

public getProofs ( ) : List
Résultat List

isAnswer() public méthode

public isAnswer ( Clause aClause ) : bool
aClause Clause
Résultat bool

isCheckForUnitRefutation() public méthode

public isCheckForUnitRefutation ( Clause clause ) : bool
clause Clause
Résultat bool

isComplete() public méthode

public isComplete ( ) : bool
Résultat bool

isLookingForAnswerLiteral() public méthode

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