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

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

Public Methods

Method Description
ProofStepFoChAssertFact ( Clause implication, Literal fact, Term>.Dictionary bindings, ProofStep predecessor ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

Method Details

ProofStepFoChAssertFact() public method

public ProofStepFoChAssertFact ( Clause implication, Literal fact, Term>.Dictionary bindings, ProofStep predecessor ) : System
implication Clause
fact AIMA.Core.Logic.FOL.KB.Data.Literal
bindings Term>.Dictionary
predecessor ProofStep
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