Class AbstractCafWriter
java.lang.Object
org.tweetyproject.arg.caf.writer.AbstractCafWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractCafWriter
Retrieves the writer for the given file format.abstract void
Writes the given file into an abstract argumentation framework
-
Constructor Details
-
AbstractCafWriter
public AbstractCafWriter()standard constructor
-
-
Method Details
-
getWriter
Retrieves the writer for the given file format.- Parameters:
f
- some file format- Returns:
- a writer or null if the format is not supported.
-
write
Writes the given file into an abstract argumentation framework- Parameters:
caf
- an abstract argumentation frameworkf
- the file that will be overwritten.- Throws:
IOException
- for all errors concerning file reading/writing.
-