Class MlWriter
- java.lang.Object
- 
- org.tweetyproject.commons.Writer
- 
- org.tweetyproject.logics.ml.writer.MlWriter
 
 
- 
 public class MlWriter extends Writer 
- 
- 
Constructor SummaryConstructors Constructor Description MlWriter(RelationalFormula formula)MlWriter(MlBeliefSet beliefSet)
 - 
Method SummaryModifier and Type Method Description java.lang.StringwriteToString()Writes the object into a string.- 
Methods inherited from class org.tweetyproject.commons.WritergetObjectToBePrinted, setObjectToBePrinted, writeToFile
 
- 
 
- 
- 
- 
Constructor Detail- 
MlWriterpublic MlWriter(RelationalFormula formula) 
 - 
MlWriterpublic MlWriter(MlBeliefSet beliefSet) 
 
- 
 - 
Method Detail- 
writeToStringpublic java.lang.String writeToString() Description copied from class:WriterWrites the object into a string.- Specified by:
- writeToStringin class- Writer
- Returns:
- the string representing the object.
 
 
- 
 
-