public interface FolWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the Writer
|
void |
printBase(FolBeliefSet b)
Prints formatted representation of a knowledge base.
|
void |
printEquivalence(FolFormula a,
FolFormula b)
Prints an Equivalence
|
void |
printQuery(FolFormula query)
Prints formatted representation of a Query.
|
void printQuery(FolFormula query) throws IOException
query - the formula to be queriedIOExceptionvoid printEquivalence(FolFormula a, FolFormula b) throws IOException
a - formula on one side of the equationb - formula on one side of the equationIOExceptionvoid printBase(FolBeliefSet b) throws IOException
b - a knowledge baseIOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2018. All rights reserved.