Uses of Class
org.tweetyproject.comparator.NumericalPartialOrder
-
Uses of NumericalPartialOrder in org.tweetyproject.arg.rankings.reasoner
Modifier and TypeMethodDescriptionCategorizerRankingReasoner.getModel
(DungTheory base) CountingRankingReasoner.getModel
(DungTheory kb) ProbabilisticRankingReasoner.getModel
(DungTheory aaf) SAFRankingReasoner.getModel
(DungTheory kb) StrategyBasedRankingReasoner.getModel
(DungTheory kb) Modifier and TypeMethodDescriptionCategorizerRankingReasoner.getModels
(DungTheory bbase) CountingRankingReasoner.getModels
(DungTheory bbase) ProbabilisticRankingReasoner.getModels
(DungTheory bbase) SAFRankingReasoner.getModels
(DungTheory bbase) StrategyBasedRankingReasoner.getModels
(DungTheory bbase) -
Uses of NumericalPartialOrder in org.tweetyproject.arg.rankings.util
Modifier and TypeMethodDescriptionstatic GeneralComparator
<Argument, DungTheory> RankingTools.roundRanking
(NumericalPartialOrder<Argument, DungTheory> ranking, int n) Rounds values in the given numerical argument ranking to n decimals.