Uses of Enum Class
org.tweetyproject.arg.dung.semantics.ExtensionRankingSemantics
Packages that use ExtensionRankingSemantics
-
Uses of ExtensionRankingSemantics in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner that return ExtensionRankingSemanticsModifier and TypeMethodDescriptionExtensionRankingReasoner.getSemantics()get the semantic of OrderingSemanticsReasoner instanceConstructors in org.tweetyproject.arg.dung.reasoner with parameters of type ExtensionRankingSemanticsModifierConstructorDescriptioncreate a reasoner for the given ordering semantics -
Uses of ExtensionRankingSemantics in org.tweetyproject.arg.dung.semantics
Subclasses with type arguments of type ExtensionRankingSemantics in org.tweetyproject.arg.dung.semanticsModifier and TypeClassDescriptionenumThis enum lists ordering semantics.Fields in org.tweetyproject.arg.dung.semantics declared as ExtensionRankingSemanticsModifier and TypeFieldDescriptionstatic final ExtensionRankingSemanticsExtensionRankingSemantics.ADMISSIBLE_SEMANTICSclass for extension ranking semanticsstatic final ExtensionRankingSemanticsExtensionRankingSemantics.COMPLETE_SEMANTICSclass for extension ranking semanticsstatic final ExtensionRankingSemanticsExtensionRankingSemantics.CONFLICT_FREE_SEMANTICSclass for extension ranking semanticsstatic final ExtensionRankingSemanticsExtensionRankingSemantics.GROUNDED_SEMANTICSclass for extension ranking semanticsstatic final ExtensionRankingSemanticsExtensionRankingSemantics.PREFERRED_SEMANTICSclass for extension ranking semanticsstatic final ExtensionRankingSemanticsExtensionRankingSemantics.SEMI_STABLE_SEMANTICSclass for extension ranking semanticsMethods in org.tweetyproject.arg.dung.semantics that return ExtensionRankingSemanticsModifier and TypeMethodDescriptionstatic ExtensionRankingSemanticsReturns the enum constant of this class with the specified name.static ExtensionRankingSemantics[]ExtensionRankingSemantics.values()Returns an array containing the constants of this enum class, in the order they are declared.