Class StandardFolWriter

java.lang.Object
org.tweetyproject.logics.fol.writer.StandardFolWriter
All Implemented Interfaces:
FolWriter

public class StandardFolWriter extends Object implements FolWriter
Writes FOL formulas and knowledge bases in the standard TweetyProject format, see parser.FolParser.
Author:
Matthias Thimm
  • Constructor Details

    • StandardFolWriter

      public StandardFolWriter(Writer writer)
      Creates new writer
      Parameters:
      writer - output is redirected to this writer
    • StandardFolWriter

      public StandardFolWriter()
      Creates new writer
  • Method Details