Class ApxWriter

java.lang.Object
org.tweetyproject.arg.dung.writer.AbstractDungWriter
org.tweetyproject.arg.dung.writer.ApxWriter

public class ApxWriter extends AbstractDungWriter
Writes an abstract argumentation framework to the APX format.

The output uses one `arg(...)` line per argument and one `att(...)` line per attack.

Author:
Matthias Thimm
  • Constructor Details

    • ApxWriter

      public ApxWriter()
      Creates a new APX writer.
  • Method Details

    • write

      public void write(DungTheory aaf, File f) throws IOException
      Description copied from class: AbstractDungWriter
      Writes the given file into an abstract argumentation framework
      Specified by:
      write in class AbstractDungWriter
      Parameters:
      aaf - an abstract argumentation framework
      f - the file that will be overwritten.
      Throws:
      IOException - for all errors concerning file reading/writing.