Interface FolWriter

    • Method Detail

      • printQuery

        void printQuery​(FolFormula query)
                 throws IOException
        Prints formatted representation of a query.
        Parameters:
        query - the formula to be queried
        Throws:
        IOException - if an IO issue occurs.
      • printEquivalence

        void printEquivalence​(FolFormula a,
                              FolFormula b)
                       throws IOException
        Prints an Equivalence.
        Parameters:
        a - formula on one side of the equation
        b - formula on the other side of the equation
        Throws:
        IOException - if an IO issue occurs.
      • printBase

        void printBase​(FolBeliefSet b)
                throws IOException
        Prints formatted representation of a knowledge base.
        Parameters:
        b - a knowledge base
        Throws:
        IOException - if an IO issue occurs.