Class DefaultPDTProcessorChainExecutor<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria>

java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.processor.impl.DefaultPDTProcessorChainExecutor<VALUE,INFO,CRITERIA>
Type Parameters:
VALUE - the generic type for price/discount/tax value.
INFO - the generic type for price/discount/tax information.
CRITERIA - the generic type for price/discount/tax criteria.
All Implemented Interfaces:
FindPDTValueInfoStrategy<VALUE,INFO,CRITERIA>

public class DefaultPDTProcessorChainExecutor<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria> extends Object implements FindPDTValueInfoStrategy<VALUE,INFO,CRITERIA>
Class is used to manage the execution of a set of PDTprocessors.