Uses of Interface
org.tweetyproject.arg.deductive.accumulator.Accumulator
Package
Description
-
Uses of Accumulator in org.tweetyproject.arg.deductive.accumulator
Modifier and TypeClassDescriptionclass
This implementation of an accumulator simply sums up the categorizations of the argument trees. -
Uses of Accumulator in org.tweetyproject.arg.deductive.reasoner
ModifierConstructorDescriptionAbstractDeductiveArgumentationReasoner
(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. -
Uses of Accumulator in org.tweetyproject.beliefdynamics.selectiverevision.argumentative
ModifierConstructorDescriptionArgumentativeTransformationFunction
(Categorizer categorizer, Accumulator accumulator, PlBeliefSet beliefSet, boolean isSkeptical) Creates a new argumentative transformation function.