Uses of Class
org.tweetyproject.arg.dung.syntax.Attack
Packages that use Attack
Package
Description
-
Uses of Attack in org.tweetyproject.arg.aba.semantics
Subclasses of Attack in org.tweetyproject.arg.aba.semantics -
Uses of Attack in org.tweetyproject.arg.aspic.semantics
Subclasses of Attack in org.tweetyproject.arg.aspic.semanticsModifier and TypeClassDescriptionclassAspicAttack<T extends Invertable>Checks whether an argument defeats another argument -
Uses of Attack in org.tweetyproject.arg.dung.equivalence.strong
Methods in org.tweetyproject.arg.dung.equivalence.strong that return types with arguments of type AttackModifier and TypeMethodDescriptionAdmissibleKernel.getUselessAttacks(DungTheory theory) CompleteKernel.getUselessAttacks(DungTheory theory) abstract Collection<Attack>EquivalenceKernel.getUselessAttacks(DungTheory theory) compute the set of 'useless' attacks, i.e.GroundedKernel.getUselessAttacks(DungTheory theory) StableKernel.getUselessAttacks(DungTheory theory) StrongAdmissibleKernel.getUselessAttacks(DungTheory theory) UnchallengedKernel.getUselessAttacks(DungTheory theory) -
Uses of Attack in org.tweetyproject.arg.dung.learning
Methods in org.tweetyproject.arg.dung.learning that return types with arguments of type AttackModifier and TypeMethodDescriptionSimpleAFLearner.computePartialAttackRelations()TODO is this still necessary? -
Uses of Attack in org.tweetyproject.arg.dung.syntax
Fields in org.tweetyproject.arg.dung.syntax with type parameters of type AttackModifier and TypeFieldDescriptionIncompleteTheory.definiteAttacksdefinite attacksIncompleteTheory.uncertainAttacksuncertain attacksWeightedDungTheory.weightslisting of weights of every edge in the argumentation graphMethods in org.tweetyproject.arg.dung.syntax that return types with arguments of type AttackModifier and TypeMethodDescriptionDungTheory.getAttacks()Returns all attacks of this theory.DungTheory.getBidirectionalAttacks()Returns all bidirectional attacks of this theory.Methods in org.tweetyproject.arg.dung.syntax with parameters of type AttackModifier and TypeMethodDescriptionbooleanAdds the given attack to this dung theory.booleanAdds the given attacks to this dung theory.booleanDungTheory.containsAttack(Attack att) Checks whether this theory contains the given attack.return weight of the given attack, weight is 0 if the attack is not presentbooleanRemoves the given attack from this Dung theory.booleanremove attack from theory and reset weightsets the weight of the given attack to the given valueWeightedDungTheory.updateWeight(Attack attack, double weight) updates the weight of the given attack with the given value and return old valueMethod parameters in org.tweetyproject.arg.dung.syntax with type arguments of type AttackModifier and TypeMethodDescriptionbooleanDungTheory.addAllAttacks(Collection<? extends Attack> c) Adds the set of attacks to this Dung theory. -
Uses of Attack in org.tweetyproject.arg.prob.lotteries
Methods in org.tweetyproject.arg.prob.lotteries with parameters of type AttackModifier and TypeMethodDescriptionSubgraphProbabilityFunction.getEpistemicProbability(Attack att) Returns the epistemic probability of the given attack, i.e. -
Uses of Attack in org.tweetyproject.arg.prob.syntax
Methods in org.tweetyproject.arg.prob.syntax with parameters of type AttackModifier and TypeMethodDescriptionbooleanbooleanProbabilisticArgumentationFramework.add(Attack att, Probability p) Adds the given attack with the given probabilityProbabilisticArgumentationFramework.getProbability(Attack a) Returns the probability of the given attack.boolean