Class AbstractCafWriter
java.lang.Object
org.tweetyproject.arg.caf.writer.AbstractCafWriter
- Direct Known Subclasses:
- CafApxWriter,- CafCnfWriter,- CafTgfWriter
- Author:
- Sandra Hoffmann
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AbstractCafWriterRetrieves the writer for the given file format.abstract voidWrites the given file into an abstract argumentation framework
- 
Constructor Details- 
AbstractCafWriterpublic AbstractCafWriter()standard constructor
 
- 
- 
Method Details- 
getWriterRetrieves the writer for the given file format.- Parameters:
- f- some file format
- Returns:
- a writer or null if the format is not supported.
 
- 
writeWrites the given file into an abstract argumentation framework- Parameters:
- caf- an abstract argumentation framework
- f- the file that will be overwritten.
- Throws:
- IOException- for all errors concerning file reading/writing.
 
 
-