Uses of Enum
org.tweetyproject.arg.rankings.reasoner.PropagationRankingReasoner.PropagationSemantics
Packages that use PropagationRankingReasoner.PropagationSemantics
-
Uses of PropagationRankingReasoner.PropagationSemantics in org.tweetyproject.arg.rankings.reasoner
Methods in org.tweetyproject.arg.rankings.reasoner that return PropagationRankingReasoner.PropagationSemanticsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PropagationRankingReasoner.PropagationSemantics.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tweetyproject.arg.rankings.reasoner with parameters of type PropagationRankingReasoner.PropagationSemanticsModifierConstructorDescriptionPropagationRankingReasoner
(double attackedArgumentsInfluence, boolean useMultiset, PropagationRankingReasoner.PropagationSemantics semantics) Creates a new PropagationRankingReasoner with the given parameters.