Interface ArgumentationFramework

All Superinterfaces:
BeliefBase
All Known Implementing Classes:
DungTheory, ExecutableDungTheory, PerceivableStructuredArgumentationFramework, ProbabilisticArgumentationFramework, SetAf, SocialAbstractArgumentationFramework, StructuredArgumentationFramework, WeightedDungTheory

public interface ArgumentationFramework extends BeliefBase
Author:
Matthias Thimm
  • Method Details

    • containsAll

      boolean containsAll(Collection<?> c)
      Parameters:
      c - parameter
      Returns:
      containsAll
    • isAttacked

      boolean isAttacked(Argument a, Extension ext)
      Parameters:
      a - parameter
      ext - parameter
      Returns:
      isAttacked
    • getNodes

      Collection<Argument> getNodes()