Class LatticeArgumentRanking

All Implemented Interfaces:
Comparator<Argument>, Interpretation<DungTheory,Argument>

public class LatticeArgumentRanking extends ArgumentRanking
This class models argument ranking by representing the acceptability of arguments in a graph-based structure.
Author:
Matthias Thimm
  • Constructor Details

    • LatticeArgumentRanking

      public LatticeArgumentRanking(Collection<Argument> args)
      Creates a new argument ranking with the given arguments which are initially all incomparable.
      Parameters:
      args - a set of arguments
  • Method Details