Class SimpleAccumulator

java.lang.Object
org.tweetyproject.arg.deductive.accumulator.SimpleAccumulator
All Implemented Interfaces:
Accumulator

public class SimpleAccumulator extends Object implements Accumulator
This implementation of an accumulator simply sums up the categorizations of the argument trees. Values of pro-trees are added and values of con-trees are subtracted.
Author:
Matthias Thimm