Class DegreeComparator
java.lang.Object
org.tweetyproject.arg.adf.reasoner.heuristics.DegreeComparator
- All Implemented Interfaces:
 Comparator<Argument>
- Author:
 - Mathias Hofer
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionDegreeComparator(AbstractDialecticalFramework adf, DegreeComparator.DegreeType degreeType) - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
- 
Constructor Details
- 
DegreeComparator
- Parameters:
 adf- some ADFdegreeType- specifies the type of the degree
 
 - 
 - 
Method Details
- 
compare
- Specified by:
 comparein interfaceComparator<Argument>
 
 -