Uses of Class
net.sf.tweety.arg.dung.writer.AbstractDungWriter
-
Packages that use AbstractDungWriter Package Description net.sf.tweety.arg.dung.writer -
-
Uses of AbstractDungWriter in net.sf.tweety.arg.dung.writer
Subclasses of AbstractDungWriter in net.sf.tweety.arg.dung.writer Modifier and Type Class Description class
ApxWriter
Writes an abstract argumentation framework into a file of the APX format.class
CnfWriter
Writes an abstract argumentation framework into a file of the CNF format.class
TgfWriter
Writes an abstract argumentation framework into a file of the TGF format.Methods in net.sf.tweety.arg.dung.writer that return AbstractDungWriter Modifier and Type Method Description static AbstractDungWriter
AbstractDungWriter. getWriter(FileFormat f)
Retrieves the writer for the given file format.
-