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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(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:AbstractDungWriterWrites the given file into an abstract argumentation framework- Specified by:
writein classAbstractDungWriter- Parameters:
aaf- an abstract argumentation frameworkf- the file that will be overwritten.- Throws:
IOException- for all errors concerning file reading/writing.
-