C# 클래스 AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseParamodulation

상속: AbstractProofStep
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
ProofStepClauseParamodulation ( Clause paramodulated, Clause topClause, Clause equalityClause, TermEquality assertion ) : System
getJustification ( ) : String
getPredecessorSteps ( ) : List
getProof ( ) : String

메소드 상세

ProofStepClauseParamodulation() 공개 메소드

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
리턴 System

getJustification() 공개 메소드

public getJustification ( ) : String
리턴 String

getPredecessorSteps() 공개 메소드

public getPredecessorSteps ( ) : List
리턴 List

getProof() 공개 메소드

public getProof ( ) : String
리턴 String