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 into a file of the APX format.- Author:
 - Matthias Thimm
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ApxWriter() 
- 
Method Summary
Modifier and Type Method Description voidwrite(DungTheory aaf, java.io.File f)Writes the given file into an abstract argumentation framework- 
Methods inherited from class org.tweetyproject.arg.dung.writer.AbstractDungWriter
getWriter, writeArguments, writeLabeling 
 - 
 
 - 
 
- 
- 
Method Detail
- 
write
public void write(DungTheory aaf, java.io.File f) throws java.io.IOException
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:
 java.io.IOException- for all errors concerning file reading/writing.
 
 - 
 
 -