toxTree.tree
Class SimpleTreePrinter
java.lang.Object
toxTree.tree.AbstractTreePrinter
toxTree.tree.AbstractTreeWriter
toxTree.tree.SimpleTreePrinter
- All Implemented Interfaces:
- IProcessRule
public class SimpleTreePrinter
- extends AbstractTreeWriter
- implements IProcessRule
Field Summary |
protected char |
delimiter
|
protected org.openscience.cdk.smiles.SmilesGenerator |
g
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delimiter
protected char delimiter
g
protected org.openscience.cdk.smiles.SmilesGenerator g
SimpleTreePrinter
public SimpleTreePrinter()
SimpleTreePrinter
public SimpleTreePrinter(java.io.OutputStream outputStream)
SimpleTreePrinter
public SimpleTreePrinter(java.io.Writer output)
getDelimiter
public char getDelimiter()
setDelimiter
public void setDelimiter(char delimiter)
process
public java.lang.Object process(IDecisionMethod method,
IDecisionRule rule)
throws DecisionMethodIOException
- Specified by:
process
in interface IProcessRule
- Throws:
DecisionMethodIOException
init
public void init(IDecisionMethod tree)
throws DecisionMethodIOException
- Specified by:
init
in interface IProcessRule
- Throws:
DecisionMethodIOException
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.