Class EafCnfWriter
java.lang.Object
org.tweetyproject.arg.eaf.writer.AbstractEafWriter
org.tweetyproject.arg.eaf.writer.EafCnfWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(EpistemicArgumentationFramework eaf, File f) Writes the given epistemic argumentation framework to the specified file.Methods inherited from class org.tweetyproject.arg.eaf.writer.AbstractEafWriter
getWriter
-
Constructor Details
-
EafCnfWriter
public EafCnfWriter()Default
-
-
Method Details
-
write
Description copied from class:AbstractEafWriterWrites the given epistemic argumentation framework to the specified file. If the file already exists, it will be overwritten.- Specified by:
writein classAbstractEafWriter- Parameters:
eaf- the epistemic argumentation framework to be writtenf- the file to write to- Throws:
IOException- if an error occurs during file writing
-