Uses of Enum Class
org.tweetyproject.arg.rankings.reasoner.PropagationRankingReasoner.PropagationSemantics
Packages that use PropagationRankingReasoner.PropagationSemantics
-
Uses of PropagationRankingReasoner.PropagationSemantics in org.tweetyproject.arg.rankings.reasoner
Subclasses with type arguments of type PropagationRankingReasoner.PropagationSemantics in org.tweetyproject.arg.rankings.reasonerModifier and TypeClassDescriptionstatic enum
The three propagation semantics: PROPAGATION1 ("Propa_epsilon") PROPAGATION2 ("Propa_{1+epsilon}") PROPAGATION3 ("Propa_{1->epsilon}")Methods in org.tweetyproject.arg.rankings.reasoner that return PropagationRankingReasoner.PropagationSemanticsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PropagationRankingReasoner.PropagationSemantics.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 PropagationRankingReasoner.PropagationSemanticsModifierConstructorDescriptionPropagationRankingReasoner
(double attackedArgumentsInfluence, boolean useMultiset, PropagationRankingReasoner.PropagationSemantics semantics) Creates a new PropagationRankingReasoner with the given parameters.