Class SimpleAttackConstraint

java.lang.Object
org.tweetyproject.arg.dung.learning.syntax.SimpleAttackConstraint
All Implemented Interfaces:
AttackConstraint<AssociativePlFormula>

public class SimpleAttackConstraint extends Object implements AttackConstraint<AssociativePlFormula>
Implementation of the acceptance conditions used for learning argumentation frameworks from labelings Notation: for each acceptance condition we also store the argument a it is associated with In the condition itself we then use !b and b to represent !r_(ba) and r_(ba) respectively e.g. the condition C_a = !a and !c and b means a is not attacked by a and c, but must be attacked by b
Author:
Lars Bengel