public class MleanCoPWriter extends Object
| Constructor and Description |
|---|
MleanCoPWriter()
Creates a new MleanCoPWriter.
|
MleanCoPWriter(Writer writer)
Creates a new MleanCoPWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the Writer.
|
void |
printQuery(net.sf.tweety.logics.commons.syntax.RelationalFormula f)
Prints the query.
|
public MleanCoPWriter(Writer writer)
writer - Output is redirected to this writer.public MleanCoPWriter()
public void printQuery(net.sf.tweety.logics.commons.syntax.RelationalFormula f)
throws IOException
f - the query, a first-order logic or modal formulaIOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.