public interface IProcessRule
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
void |
init(IDecisionMethod method) |
Object |
process(IDecisionMethod method,
IDecisionRule rule) |
void init(IDecisionMethod method) throws DecisionMethodIOException
DecisionMethodIOExceptionvoid done() throws DecisionMethodIOException
DecisionMethodIOExceptionObject process(IDecisionMethod method, IDecisionRule rule) throws DecisionMethodIOException
DecisionMethodIOExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.