Interface AttackStrategy

All Known Implementing Classes:
Attack, ConfidentAttack, ConfidentRebut, Defeat, Rebut, StrongAttack, StrongConfidentAttack, StrongUndercut, Undercut

public interface AttackStrategy
This interface is the common denominator for notions of attack between two arguments. The implementation is analogous to the Attack interface in the "deductive" package.
Author:
Sebastian Homann