Class CafApxWriter
java.lang.Object
org.tweetyproject.arg.caf.writer.AbstractCafWriter
org.tweetyproject.arg.caf.writer.CafApxWriter
Writes an constrained abstract argumentation framework into a file of the APX 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
-
CafApxWriter
public CafApxWriter()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.
-