Package net.sf.tweety.arg.dung.writer
Class TgfWriter
- java.lang.Object
- 
- net.sf.tweety.arg.dung.writer.AbstractDungWriter
- 
- net.sf.tweety.arg.dung.writer.TgfWriter
 
 
- 
 public class TgfWriter extends AbstractDungWriter Writes an abstract argumentation framework into a file of the TGF format.- Author:
- Matthias Thimm
 
- 
- 
Constructor SummaryConstructors Constructor Description TgfWriter()
 - 
Method SummaryModifier and Type Method Description voidwrite(DungTheory aaf, java.io.File f)Writes the given file into an abstract argumentation framework- 
Methods inherited from class net.sf.tweety.arg.dung.writer.AbstractDungWritergetWriter, writeArguments, writeLabeling
 
- 
 
- 
- 
- 
Method Detail- 
writepublic 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 class- AbstractDungWriter
- Parameters:
- aaf- an abstract argumentation framework
- f- the file that will be overwritten.
- Throws:
- java.io.IOException- for all errors concerning file reading/writing.
 
 
- 
 
-