public class SimpleTreePrinter extends AbstractTreeWriter implements IProcessRule
| Modifier and Type | Field and Description |
|---|---|
protected char |
delimiter |
protected org.openscience.cdk.smiles.SmilesGenerator |
g |
writerimageTools, outputStream| Constructor and Description |
|---|
SimpleTreePrinter() |
SimpleTreePrinter(OutputStream outputStream) |
SimpleTreePrinter(Writer output) |
| Modifier and Type | Method and Description |
|---|---|
char |
getDelimiter() |
void |
init(IDecisionMethod tree) |
Object |
process(IDecisionMethod method,
IDecisionRule rule) |
void |
setDelimiter(char delimiter) |
done, getWriter, setWritergetOutputStream, setOutputStream, writeMoleculeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoneprotected char delimiter
protected org.openscience.cdk.smiles.SmilesGenerator g
public SimpleTreePrinter()
public SimpleTreePrinter(OutputStream outputStream)
public SimpleTreePrinter(Writer output)
public char getDelimiter()
public void setDelimiter(char delimiter)
public Object process(IDecisionMethod method, IDecisionRule rule) throws DecisionMethodIOException
process in interface IProcessRuleDecisionMethodIOExceptionpublic void init(IDecisionMethod tree) throws DecisionMethodIOException
init in interface IProcessRuleDecisionMethodIOExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.