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

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

Public Methods

Method Description
ProofStepChainCancellation ( Chain cancellation, Chain cancellationOf, Term>.Dictionary subst ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

Method Details

ProofStepChainCancellation() public method

public ProofStepChainCancellation ( Chain cancellation, Chain cancellationOf, Term>.Dictionary subst ) : System
cancellation AIMA.Core.Logic.FOL.KB.Data.Chain
cancellationOf 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