public class TgfWriter extends DungWriter
| Constructor and Description | 
|---|
TgfWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
write(DungTheory aaf,
     java.io.File f)
Writes the given file into an abstract argumentation framework 
 | 
getWriter, writeArguments, writeLabelingpublic void write(DungTheory aaf, java.io.File f) throws java.io.IOException
DungWriterwrite in class DungWriteraaf - an abstract argumentation frameworkf - the file that will be overwritten.java.io.IOException - for all errors concerning file reading/writing.