Uses of Class
org.tweetyproject.arg.dung.writer.AbstractDungWriter
- 
Packages that use AbstractDungWriter Package Description org.tweetyproject.arg.dung.writer  - 
- 
Uses of AbstractDungWriter in org.tweetyproject.arg.dung.writer
Subclasses of AbstractDungWriter in org.tweetyproject.arg.dung.writer Modifier and Type Class Description classApxWriterWrites an abstract argumentation framework into a file of the APX format.classCnfWriterWrites an abstract argumentation framework into a file of the CNF format.classTgfWriterWrites an abstract argumentation framework into a file of the TGF format.Methods in org.tweetyproject.arg.dung.writer that return AbstractDungWriter Modifier and Type Method Description static AbstractDungWriterAbstractDungWriter. getWriter(FileFormat f)Retrieves the writer for the given file format. 
 -