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.
This class is no longer used and will be removed in a future version.
A comparator for comparing arguments in an Abstract Dialectical Framework (ADF) based on their degree. The degree can be based on incoming, outgoing, or undirected links in the framework. This class is deprecated and should not be used anymore.
Author:
Mathias Hofer