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

Inheritance: AbstractProofStep
ファイルを表示 Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

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

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

getBindings() public method

public getBindings ( ) : Term>.Dictionary
return Term>.Dictionary

getJustification() public method

public getJustification ( ) : String
return String

getPredecessorSteps() public method

public getPredecessorSteps ( ) : List
return List

getProof() public method

public getProof ( ) : String
return String

setPredecessor() public method

public setPredecessor ( ProofStep predecessor ) : void
predecessor ProofStep
return void