Interface AttackConstraint<T>

Type Parameters:
T - the type of condition that must be satisfied for this constraint to hold. This could be a logical condition, a numerical threshold, a rule-based condition, or any other form that fits the implementation needs.
All Known Implementing Classes:
ClausalAttackConstraint, SimpleAttackConstraint

public interface AttackConstraint<T>
Represents a constraint on attacks within an argumentation framework. This interface defines the structure for attack constraints, which are conditions that must be satisfied for an attack to be considered valid or applicable.
Author:
Lars Bengel