Uses of Class
org.tweetyproject.arg.caf.writer.AbstractCafWriter
Packages that use AbstractCafWriter
-
Uses of AbstractCafWriter in org.tweetyproject.arg.caf.writer
Subclasses of AbstractCafWriter in org.tweetyproject.arg.caf.writerModifier and TypeClassDescriptionclass
Writes an constrained abstract argumentation framework into a file of the APX format including the constraint given as a propositional formula.class
Writes an constrained argumentation framework into a file of the CNF format including the constraint.class
Writes an constrained abstract argumentation framework into a file of the TGF format including the constraint given as a propositional formula.Methods in org.tweetyproject.arg.caf.writer that return AbstractCafWriterModifier and TypeMethodDescriptionstatic AbstractCafWriter
AbstractCafWriter.getWriter
(FileFormat f) Retrieves the writer for the given file format.