Package org.kigalisim.engine.recalc
Class SalesRecalcStrategy
java.lang.Object
org.kigalisim.engine.recalc.SalesRecalcStrategy
- All Implemented Interfaces:
RecalcStrategy
Strategy for recalculating sales.
-
Constructor Summary
ConstructorsConstructorDescriptionSalesRecalcStrategy(Optional<UseKey> scope) Create a new SalesRecalcStrategy. -
Method Summary
-
Constructor Details
-
SalesRecalcStrategy
Create a new SalesRecalcStrategy.- Parameters:
scope- The scope to use for calculations, empty to use engine's current scope
-
-
Method Details
-
execute
Description copied from interface:RecalcStrategyExecute the recalculation strategy with the given engine and RecalcKit.- Specified by:
executein interfaceRecalcStrategy- Parameters:
target- The engine on which to execute the recalculationkit- The RecalcKit containing required dependencies
-