public abstract class AbstractDeductiveArgumentationReasoner
extends net.sf.tweety.commons.Reasoner
| Constructor and Description |
|---|
AbstractDeductiveArgumentationReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
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(DeductiveArgument arg)
Computes the argument tree of the given argument.
|
net.sf.tweety.commons.Answer |
query(net.sf.tweety.commons.Formula query) |
public AbstractDeductiveArgumentationReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
Categorizer categorizer,
Accumulator accumulator)
beliefBase - some belief base (must be of class DeductiveKnowledgebase).categorizer - some categorizer.accumulator - some accumulator.protected abstract ArgumentTree getArgumentTree(DeductiveArgument arg)
arg - some argument.public net.sf.tweety.commons.Answer query(net.sf.tweety.commons.Formula query)
query in class net.sf.tweety.commons.ReasonerCopyright © 2018. All rights reserved.