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