Package net.sf.tweety.logics.ml.writer
Class MlWriter
- java.lang.Object
-
- net.sf.tweety.commons.Writer
-
- net.sf.tweety.logics.ml.writer.MlWriter
-
public class MlWriter extends Writer
-
-
Constructor Summary
Constructors Constructor Description MlWriter(RelationalFormula formula)
MlWriter(MlBeliefSet beliefSet)
-
Method Summary
Modifier and Type Method Description java.lang.String
writeToString()
Writes the object into a string.-
Methods inherited from class net.sf.tweety.commons.Writer
getObject, setObject, writeToFile
-
-
-
-
Constructor Detail
-
MlWriter
public MlWriter(RelationalFormula formula)
-
MlWriter
public MlWriter(MlBeliefSet beliefSet)
-
-
Method Detail
-
writeToString
public java.lang.String writeToString()
Description copied from class:Writer
Writes the object into a string.- Specified by:
writeToString
in classWriter
- Returns:
- the string representing the object.
-
-