Uses of Class
net.sf.tweety.arg.aba.semantics.AbaAttack
-
Packages that use AbaAttack Package Description net.sf.tweety.arg.aba.semantics -
-
Uses of AbaAttack in net.sf.tweety.arg.aba.semantics
Methods in net.sf.tweety.arg.aba.semantics that return types with arguments of type AbaAttack Modifier and Type Method Description static <T extends net.sf.tweety.commons.Formula>
Collection<AbaAttack<T>>AbaAttack. allAttacks(Collection<Assumption<T>> from, Collection<Assumption<T>> to, AbaTheory<T> abat)Returns all attacks from the given attacking set to the given attacked set.static <T extends net.sf.tweety.commons.Formula>
Collection<AbaAttack<T>>AbaAttack. allAttacks(AbaTheory<T> abat)Returns all attacks between arguments in the given AbaTheory.
-