Package org.tweetyproject.arg.adf.io
Class KppADFFormatWriter
java.lang.Object
org.tweetyproject.arg.adf.io.KppADFFormatWriter
- Author:
- Mathias Hofer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeTo
(AbstractDialecticalFramework adf, OutputStream out) The OutputStream is not closed by this method, it is up to the caller.static void
writeToFile
(AbstractDialecticalFramework adf, File file)
-
Constructor Details
-
KppADFFormatWriter
public KppADFFormatWriter()
-
-
Method Details
-
writeTo
The OutputStream is not closed by this method, it is up to the caller.- Parameters:
adf
- adfout
- out
-
writeToFile
public static void writeToFile(AbstractDialecticalFramework adf, File file) throws FileNotFoundException - Parameters:
adf
- adffile
- file- Throws:
FileNotFoundException
- File Not Found Exception
-