Package owl.game.output
Class AigerPrinter
- java.lang.Object
-
- owl.game.output.AigerPrinter
-
- All Implemented Interfaces:
AigConsumer
public class AigerPrinter extends Object implements AigConsumer
-
-
Constructor Summary
Constructors Constructor Description AigerPrinter(boolean binaryOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComment(String comment)intaddInput(String name)intaddLatch(String names, LabelledAig circuit)voidaddOutput(String name, LabelledAig circuit)voidprint(OutputStream os)voidprint(PrintWriter writer)
-
-
-
Method Detail
-
addInput
public int addInput(String name)
- Specified by:
addInputin interfaceAigConsumer
-
addLatch
public int addLatch(String names, LabelledAig circuit)
- Specified by:
addLatchin interfaceAigConsumer
-
addOutput
public void addOutput(String name, LabelledAig circuit)
- Specified by:
addOutputin interfaceAigConsumer
-
addComment
public void addComment(String comment)
- Specified by:
addCommentin interfaceAigConsumer
-
print
public void print(OutputStream os)
-
print
public void print(PrintWriter writer)
-
-