toxTree.tree
Class SimpleTreePrinter

java.lang.Object
  extended by toxTree.tree.AbstractTreePrinter
      extended by toxTree.tree.AbstractTreeWriter
          extended by 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
           
 
Fields inherited from class toxTree.tree.AbstractTreeWriter
writer
 
Fields inherited from class toxTree.tree.AbstractTreePrinter
imageTools, outputStream
 
Constructor Summary
SimpleTreePrinter()
           
SimpleTreePrinter(java.io.OutputStream outputStream)
           
SimpleTreePrinter(java.io.Writer output)
           
 
Method Summary
 char getDelimiter()
           
 void init(IDecisionMethod tree)
           
 java.lang.Object process(IDecisionMethod method, IDecisionRule rule)
           
 void setDelimiter(char delimiter)
           
 
Methods inherited from class toxTree.tree.AbstractTreeWriter
done, getWriter, setWriter
 
Methods inherited from class toxTree.tree.AbstractTreePrinter
getOutputStream, setOutputStream, writeMolecule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface toxTree.core.IProcessRule
done
 

Field Detail

delimiter

protected char delimiter

g

protected org.openscience.cdk.smiles.SmilesGenerator g
Constructor Detail

SimpleTreePrinter

public SimpleTreePrinter()

SimpleTreePrinter

public SimpleTreePrinter(java.io.OutputStream outputStream)

SimpleTreePrinter

public SimpleTreePrinter(java.io.Writer output)
Method Detail

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.