Uses of Interface
org.tweetyproject.arg.deductive.accumulator.Accumulator
Packages that use Accumulator
Package
Description
-
Uses of Accumulator in org.tweetyproject.arg.deductive.accumulator
Classes in org.tweetyproject.arg.deductive.accumulator that implement AccumulatorModifier 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
Constructors in org.tweetyproject.arg.deductive.reasoner with parameters of type AccumulatorModifierConstructorDescriptionAbstractDeductiveArgumentationReasoner
(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
Constructors in org.tweetyproject.beliefdynamics.selectiverevision.argumentative with parameters of type AccumulatorModifierConstructorDescriptionArgumentativeTransformationFunction
(Categorizer categorizer, Accumulator accumulator, PlBeliefSet beliefSet, boolean isSkeptical) Creates a new argumentative transformation function.