Interface PDTProcessorChain
public interface PDTProcessorChain
Current
PDTProcessor can use the PDTProcessorChain to invoke the next processor in the
chain-
Method Summary
Modifier and TypeMethodDescriptionvoiddoProcess(PDTContext context) Causes the next processor in the chain to be invoked
-
Method Details
-
doProcess
Causes the next processor in the chain to be invoked- Parameters:
context- the context to pass along the chain- Throws:
CalculationException- the calculation exception
-