Class AspicWriter<T extends net.sf.tweety.logics.commons.syntax.interfaces.Invertable>

  • Type Parameters:
    T - the type of formulas

    public class AspicWriter<T extends net.sf.tweety.logics.commons.syntax.interfaces.Invertable>
    extends Object
    For writing ASPIC argumentation theories to disk.
    Author:
    Matthias Thimm
    • Constructor Detail

      • AspicWriter

        public AspicWriter()
    • Method Detail

      • write

        public void write​(AspicArgumentationTheory<T> theory,
                          File f)
                   throws IOException
        Writes the given ASPIC+ theory to disk. TODO: any order on inference rules is not yet written.
        Parameters:
        theory - an ASPIC+ theory
        f - a file
        Throws:
        IOException - if something went wrong.