Uses of Enum
org.tweetyproject.arg.rankings.semantics.RankingSemantics
Packages that use RankingSemantics
Package
Description
-
Uses of RankingSemantics in org.tweetyproject.arg.rankings.reasoner
Methods in org.tweetyproject.arg.rankings.reasoner with parameters of type RankingSemanticsModifier and TypeMethodDescriptionstatic AbstractRankingReasoner<?>AbstractRankingReasoner.getRankingReasonerForSemantics(RankingSemantics semantics) returns the corresponding reasoner for the given semantics -
Uses of RankingSemantics in org.tweetyproject.arg.rankings.semantics
Methods in org.tweetyproject.arg.rankings.semantics that return RankingSemanticsModifier and TypeMethodDescriptionstatic RankingSemanticsRankingSemantics.getSemantics(String abbreviation) Returns the semantics whose abbreviation matched the given string.static RankingSemanticsReturns the enum constant of this type with the specified name.static RankingSemantics[]RankingSemantics.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RankingSemantics in org.tweetyproject.web.services.rankings
Methods in org.tweetyproject.web.services.rankings that return RankingSemanticsModifier and TypeMethodDescriptionstatic RankingSemantics[]AbstractRankingReasonerFactory.getSemantics()returns the list of all available semanticsMethods in org.tweetyproject.web.services.rankings with parameters of type RankingSemanticsModifier and TypeMethodDescriptionstatic AbstractRankingReasoner<?>AbstractRankingReasonerFactory.getReasoner(RankingSemantics semantics) returns a simple reasoner for the given semantics