Class CafCnfWriter
java.lang.Object
org.tweetyproject.arg.caf.writer.AbstractCafWriter
org.tweetyproject.arg.caf.writer.CafCnfWriter
Writes an constrained argumentation framework into a file of the
CNF format including the constraint. Note that the order of the arguments may change
by using this writer.
- Author:
- Sandra Hoffmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the given file into an abstract argumentation frameworkMethods inherited from class org.tweetyproject.arg.caf.writer.AbstractCafWriter
getWriter
-
Constructor Details
-
CafCnfWriter
public CafCnfWriter()
-
-
Method Details
-
write
Description copied from class:AbstractCafWriter
Writes the given file into an abstract argumentation framework- Specified by:
write
in classAbstractCafWriter
- Parameters:
caf
- an abstract argumentation frameworkf
- the file that will be overwritten.- Throws:
IOException
- for all errors concerning file reading/writing.
-