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