Package org.kigalisim.engine.recalc
Class RechargeEmissionsRecalcStrategy
java.lang.Object
org.kigalisim.engine.recalc.RechargeEmissionsRecalcStrategy
- All Implemented Interfaces:
RecalcStrategy
Strategy for recalculating recharge emissions.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new RechargeEmissionsRecalcStrategy. -
Method Summary
-
Constructor Details
-
RechargeEmissionsRecalcStrategy
Create a new RechargeEmissionsRecalcStrategy.- 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
-