public abstract class AbstractDeductiveArgumentationReasoner extends Object implements net.sf.tweety.commons.QuantitativeReasoner<DeductiveKnowledgeBase,net.sf.tweety.logics.pl.syntax.PropositionalFormula>
| Constructor and Description |
|---|
AbstractDeductiveArgumentationReasoner(Categorizer categorizer,
Accumulator accumulator)
Creates a new reasoner for the given belief base,
categorizer, and accumulator.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ArgumentTree |
getArgumentTree(DeductiveKnowledgeBase kb,
DeductiveArgument arg)
Computes the argument tree of the given argument.
|
Double |
query(DeductiveKnowledgeBase kb,
net.sf.tweety.logics.pl.syntax.PropositionalFormula f) |
public AbstractDeductiveArgumentationReasoner(Categorizer categorizer, Accumulator accumulator)
categorizer - some categorizer.accumulator - some accumulator.protected abstract ArgumentTree getArgumentTree(DeductiveKnowledgeBase kb, DeductiveArgument arg)
arg - some argument.public Double query(DeductiveKnowledgeBase kb, net.sf.tweety.logics.pl.syntax.PropositionalFormula f)
query in interface net.sf.tweety.commons.Reasoner<Double,DeductiveKnowledgeBase,net.sf.tweety.logics.pl.syntax.PropositionalFormula>Copyright © 2019. All rights reserved.