Class CafTgfWriter
java.lang.Object
org.tweetyproject.arg.caf.writer.AbstractCafWriter
org.tweetyproject.arg.caf.writer.CafTgfWriter
Writes an constrained abstract argumentation framework into a file of the TGF format including the constraint given as a propositional formula.
- Author:
- Sandra Hoffmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the constrained argumentation framework to a file.Methods inherited from class org.tweetyproject.arg.caf.writer.AbstractCafWriter
getWriter
-
Constructor Details
-
CafTgfWriter
public CafTgfWriter()Default
-
-
Method Details
-
write
Writes the constrained argumentation framework to a file.- Specified by:
write
in classAbstractCafWriter
- Parameters:
caf
- The ConstrainedArgumentationFramework to write.f
- The File where the framework should be written.- Throws:
IOException
- If an I/O error occurs while writing to the file.
-