Class ApxWriter
java.lang.Object
org.tweetyproject.arg.dung.writer.AbstractDungWriter
org.tweetyproject.arg.dung.writer.ApxWriter
Writes an abstract argumentation framework into a file of the
APX format.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(DungTheory aaf, File f) Writes the given file into an abstract argumentation frameworkMethods inherited from class org.tweetyproject.arg.dung.writer.AbstractDungWriter
getWriter, writeArguments, writeLabeling
-
Constructor Details
-
ApxWriter
public ApxWriter()
-
-
Method Details
-
write
Description copied from class:AbstractDungWriter
Writes the given file into an abstract argumentation framework- Specified by:
write
in classAbstractDungWriter
- Parameters:
aaf
- an abstract argumentation frameworkf
- the file that will be overwritten.- Throws:
IOException
- for all errors concerning file reading/writing.
-