C# Class AIMA.Core.Logic.FOL.Inference.Proof.ProofStepBwChGoal

Inheritance: AbstractProofStep
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
ProofStepBwChGoal ( Clause toProve, Literal currentGoal, Term>.Dictionary bindings ) : System
getBindings ( ) : Term>.Dictionary
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String
setPredecessor ( ProofStep predecessor ) : void

Method Details

ProofStepBwChGoal() public méthode

public ProofStepBwChGoal ( Clause toProve, Literal currentGoal, Term>.Dictionary bindings ) : System
toProve Clause
currentGoal AIMA.Core.Logic.FOL.KB.Data.Literal
bindings Term>.Dictionary
Résultat System

getBindings() public méthode

public getBindings ( ) : Term>.Dictionary
Résultat Term>.Dictionary

getJustification() public méthode

public getJustification ( ) : String
Résultat String

getPredecessorSteps() public méthode

public getPredecessorSteps ( ) : List
Résultat List

getProof() public méthode

public getProof ( ) : String
Résultat String

setPredecessor() public méthode

public setPredecessor ( ProofStep predecessor ) : void
predecessor ProofStep
Résultat void