Class DegreeComparator
java.lang.Object
org.tweetyproject.arg.adf.reasoner.heuristics.DegreeComparator
- All Implemented Interfaces:
Comparator<Argument>
@Deprecated(forRemoval=true)
public final class DegreeComparator
extends Object
implements Comparator<Argument>
Deprecated, for removal: This API element is subject to removal in a future version.
not used anymore
- Author:
- Mathias Hofer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDegreeComparator
(AbstractDialecticalFramework adf, DegreeComparator.DegreeType degreeType) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DegreeComparator
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
adf
- some ADFdegreeType
- specifies the type of the degree
-
-
Method Details
-
compare
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compare
in interfaceComparator<Argument>
-