Package org.tweetyproject.arg.deductive.semantics.attacks


package org.tweetyproject.arg.deductive.semantics.attacks
  • Class
    Description
    This interface is the common interface for notions of attack between two arguments.
    This attack notion models the canonical undercut relation; A is defeated by B iff claim(B) =- \neg support(A).
    This attack notion models the defeat relation; A is defeated by B iff claim(B) |- \neg support(A).
    This attack notion models the defeating rebuttal relation; A is defeated by B iff claim(B) |- \neg claim(A).
    This attack notion models the direct defeat relation; A is defeated by B iff there is c in support(A) with claim(B) |- \neg c.
    This attack notion models the direct undercut relation; A is defeated by B iff there is c in support(A) with claim(B) == \neg c.
    This attack notion models the rebuttal relation; A is defeated by B iff claim(B) == \neg claim(A).
    This attack notion models the undercut relation; A is defeated by B iff there is C subset of support(A) with claim(B) == \neg C.