Package org.kigalisim.engine.recalc
Class RetireRecalcStrategy
java.lang.Object
org.kigalisim.engine.recalc.RetireRecalcStrategy
- All Implemented Interfaces:
RecalcStrategy
Strategy for recalculating retirement.
-
Constructor Summary
ConstructorsConstructorDescriptionRetireRecalcStrategy(Optional<UseKey> scope) Create a new RetireRecalcStrategy. -
Method Summary
-
Constructor Details
-
RetireRecalcStrategy
Create a new RetireRecalcStrategy.- 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
-