Uses of Class
org.tweetyproject.comparator.NumericalPartialOrder
Packages that use NumericalPartialOrder
-
Uses of NumericalPartialOrder in org.tweetyproject.arg.rankings.reasoner
Methods in org.tweetyproject.arg.rankings.reasoner that return NumericalPartialOrderModifier and TypeMethodDescriptionCategorizerRankingReasoner.getModel
(DungTheory base) CountingRankingReasoner.getModel
(DungTheory kb) ProbabilisticRankingReasoner.getModel
(DungTheory aaf) SAFRankingReasoner.getModel
(DungTheory kb) StrategyBasedRankingReasoner.getModel
(DungTheory kb) Methods in org.tweetyproject.arg.rankings.reasoner that return types with arguments of type NumericalPartialOrderModifier 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
Methods in org.tweetyproject.arg.rankings.util with parameters of type NumericalPartialOrderModifier and TypeMethodDescriptionstatic GeneralComparator<Argument,
DungTheory> RankingTools.roundRanking
(NumericalPartialOrder<Argument, DungTheory> ranking, int n) Rounds values in the given numerical argument ranking to n decimals.