Class CafTgfWriter
java.lang.Object
org.tweetyproject.arg.caf.writer.AbstractCafWriter
org.tweetyproject.arg.caf.writer.CafTgfWriter
Writes an constrained abstract argumentation framework into a file of the TGF format including the constraint given as a propositional formula.
- Author:
- Sandra Hoffmann
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidWrites the constrained argumentation framework to a file.Methods inherited from class org.tweetyproject.arg.caf.writer.AbstractCafWritergetWriter
- 
Constructor Details- 
CafTgfWriterpublic CafTgfWriter()Default
 
- 
- 
Method Details- 
writeWrites the constrained argumentation framework to a file.- Specified by:
- writein class- AbstractCafWriter
- 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.
 
 
-