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

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

Public Methods

Method Description
ProofStepChainReduction ( Chain reduction, Chain nearParent, Chain farParent, Term>.Dictionary subst ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

Method Details

ProofStepChainReduction() public method

public ProofStepChainReduction ( Chain reduction, Chain nearParent, Chain farParent, Term>.Dictionary subst ) : System
reduction AIMA.Core.Logic.FOL.KB.Data.Chain
nearParent AIMA.Core.Logic.FOL.KB.Data.Chain
farParent AIMA.Core.Logic.FOL.KB.Data.Chain
subst Term>.Dictionary
return System

getJustification() public method

public getJustification ( ) : String
return String

getPredecessorSteps() public method

public getPredecessorSteps ( ) : List
return List

getProof() public method

public getProof ( ) : String
return String