Class VetoScoringPreferenceAggregator<T>
java.lang.Object
org.tweetyproject.preferences.aggregation.ScoringPreferenceAggregator<T>
org.tweetyproject.preferences.aggregation.VetoScoringPreferenceAggregator<T>
- Type Parameters:
 T- generic preference order type
- All Implemented Interfaces:
 PreferenceAggregator<T>
Creates an aggregator for veto scoring
- Author:
 - Bastian Wolf
 
- 
Constructor Summary
ConstructorsConstructorDescriptionVetoScoringPreferenceAggregator(int min) constructor for a new veto aggregator - 
Method Summary
Methods inherited from class org.tweetyproject.preferences.aggregation.ScoringPreferenceAggregator
aggregate 
- 
Constructor Details
- 
VetoScoringPreferenceAggregator
public VetoScoringPreferenceAggregator(int min) constructor for a new veto aggregator- Parameters:
 min- the minimum rank, marking the element with the fewest vetos
 
 -