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

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

Public Methods

Method Description
ProofStepClauseParamodulation ( Clause paramodulated, Clause topClause, Clause equalityClause, TermEquality assertion ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

Method Details

ProofStepClauseParamodulation() public method

public ProofStepClauseParamodulation ( Clause paramodulated, Clause topClause, Clause equalityClause, TermEquality assertion ) : System
paramodulated Clause
topClause Clause
equalityClause Clause
assertion AIMA.Core.Logic.FOL.Parsing.AST.TermEquality
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