Uses of Interface
net.sf.tweety.arg.deductive.accumulator.Accumulator
-
Packages that use Accumulator Package Description net.sf.tweety.arg.deductive.accumulator net.sf.tweety.arg.deductive.reasoner -
-
Uses of Accumulator in net.sf.tweety.arg.deductive.accumulator
Classes in net.sf.tweety.arg.deductive.accumulator that implement Accumulator Modifier and Type Class Description classSimpleAccumulatorThis implementation of an accumulator simply sums up the categorizations of the argument trees. -
Uses of Accumulator in net.sf.tweety.arg.deductive.reasoner
Constructors in net.sf.tweety.arg.deductive.reasoner with parameters of type Accumulator Constructor Description AbstractDeductiveArgumentationReasoner(Categorizer categorizer, Accumulator accumulator)Creates a new reasoner for the given belief base, categorizer, and accumulator.CompilationReasoner(Categorizer categorizer, Accumulator accumulator)Creates a new compilation reasoner for the given belief base, categorizer, and accumulator.SimpleDeductiveReasoner(Categorizer categorizer, Accumulator accumulator)Creates a new reasoner for the given belief base, categorizer, and accumulator.
-