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 TypeMethodDescriptionvoidWrites 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:
writein 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.
-