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

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

Public Methods

Method Description
ProofStepFoChAlreadyAFact ( Literal fact ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

Method Details

ProofStepFoChAlreadyAFact() public method

public ProofStepFoChAlreadyAFact ( Literal fact ) : System
fact AIMA.Core.Logic.FOL.KB.Data.Literal
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