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

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

Public Methods

Method Description
ProofStepChainDropped ( Chain dropped, Chain droppedOff ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

Method Details

ProofStepChainDropped() public method

public ProofStepChainDropped ( Chain dropped, Chain droppedOff ) : System
dropped AIMA.Core.Logic.FOL.KB.Data.Chain
droppedOff AIMA.Core.Logic.FOL.KB.Data.Chain
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