Class AspicWriter<T extends Invertable>
java.lang.Object
org.tweetyproject.arg.aspic.writer.AspicWriter<T>
- Type Parameters:
T
- the type of formulas
For writing ASPIC argumentation theories to disk.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(AspicArgumentationTheory<T> theory, File f) Writes the given ASPIC+ theory to disk.
-
Constructor Details
-
AspicWriter
public AspicWriter()
-
-
Method Details
-
write
Writes the given ASPIC+ theory to disk. TODO: any order on inference rules is not yet written.- Parameters:
theory
- an ASPIC+ theoryf
- a file- Throws:
IOException
- if something went wrong.
-