Package net.sf.tweety.logics.pl.writer
Class PlWriter
- java.lang.Object
-
- net.sf.tweety.commons.Writer
-
- net.sf.tweety.logics.pl.writer.PlWriter
-
public class PlWriter extends net.sf.tweety.commons.WriterThis class implements a writer for propositional formulas and belief bases.- Author:
- Anna Gessler
-
-
Constructor Summary
Constructors Constructor Description PlWriter(PlBeliefSet plBeliefSet)PlWriter(PlFormula plFormula)
-
Method Summary
Modifier and Type Method Description StringwriteToString()
-
-
-
Constructor Detail
-
PlWriter
public PlWriter(PlFormula plFormula)
-
PlWriter
public PlWriter(PlBeliefSet plBeliefSet)
-
-
Method Detail
-
writeToString
public String writeToString()
- Specified by:
writeToStringin classnet.sf.tweety.commons.Writer
-
-