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

Inheritance: AbstractProofStep
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

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

Method Details

ProofStepChainCancellation() public méthode

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
Résultat System

getJustification() public méthode

public getJustification ( ) : String
Résultat String

getPredecessorSteps() public méthode

public getPredecessorSteps ( ) : List
Résultat List

getProof() public méthode

public getProof ( ) : String
Résultat String