Uses of Enum Class
org.tweetyproject.arg.rankings.reasoner.CounterTransitivityReasoner.solver
Packages that use CounterTransitivityReasoner.solver
-
Uses of CounterTransitivityReasoner.solver in org.tweetyproject.arg.rankings.reasoner
Subclasses with type arguments of type CounterTransitivityReasoner.solver in org.tweetyproject.arg.rankings.reasonerModifier and TypeClassDescriptionstatic enum
The solver used to determine the ranking of arguments.Methods in org.tweetyproject.arg.rankings.reasoner that return CounterTransitivityReasoner.solverModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CounterTransitivityReasoner.solver[]
CounterTransitivityReasoner.solver.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tweetyproject.arg.rankings.reasoner with parameters of type CounterTransitivityReasoner.solverModifierConstructorDescriptionCounterTransitivityReasoner
(CounterTransitivityReasoner.solver sol, LatticePartialOrder<Argument, DungTheory> rank) Constructor