toxTree.core
Interface IProcessRule

All Known Implementing Classes:
AbstractTreePrinter, AbstractTreeWriter, PDFTreePrinter, ReportTreePrinter, SimpleTreePrinter, Tree2PrefuseGraph

public interface IProcessRule


Method Summary
 void done()
           
 void init(IDecisionMethod method)
           
 java.lang.Object process(IDecisionMethod method, IDecisionRule rule)
           
 

Method Detail

init

void init(IDecisionMethod method)
          throws DecisionMethodIOException
Throws:
DecisionMethodIOException

done

void done()
          throws DecisionMethodIOException
Throws:
DecisionMethodIOException

process

java.lang.Object process(IDecisionMethod method,
                         IDecisionRule rule)
                         throws DecisionMethodIOException
Throws:
DecisionMethodIOException


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.