Package org.kigalisim.engine.recalc
Interface RecalcStrategy
- All Known Implementing Classes:
ConsumptionRecalcStrategy,EolEmissionsRecalcStrategy,PopulationChangeRecalcStrategy,RechargeEmissionsRecalcStrategy,RetireRecalcStrategy,SalesRecalcStrategy
public interface RecalcStrategy
Strategy interface for recalculation operations.
-
Method Summary
-
Method Details
-
execute
Execute the recalculation strategy with the given engine and RecalcKit.- Parameters:
target- The engine on which to execute the recalculationkit- The RecalcKit containing required dependencies
-