Uses of Class
org.tweetyproject.arg.dung.writer.AbstractDungWriter
-
Uses of AbstractDungWriter in org.tweetyproject.arg.dung.writer
Modifier and TypeClassDescriptionclass
Writes an abstract argumentation framework into a file of the APX format.class
Writes an abstract argumentation framework into a file of the CNF format.class
Writes an abstract argumentation framework into a file of the ICCMA23 format, see https://iccma2023.github.io/rules.html#input-format.
NOTE: this format is a slight variation of the CNF format (see CnfWriter)class
Writes an abstract argumentation framework into a file of the TGF format.Modifier and TypeMethodDescriptionstatic AbstractDungWriter
AbstractDungWriter.getWriter
(FileFormat f) Retrieves the writer for the given file format.