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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidWrites the given file into an abstract argumentation frameworkMethods inherited from class org.tweetyproject.arg.caf.writer.AbstractCafWritergetWriter
- 
Constructor Details- 
CafCnfWriterpublic CafCnfWriter()
 
- 
- 
Method Details- 
writeDescription copied from class:AbstractCafWriterWrites the given file into an abstract argumentation framework- Specified by:
- writein class- AbstractCafWriter
- Parameters:
- caf- an abstract argumentation framework
- f- the file that will be overwritten.
- Throws:
- IOException- for all errors concerning file reading/writing.
 
 
-