Interface HeatingMode
- All Known Implementing Classes:
EnvironmentHeatingMode,HeatingModes
public interface HeatingMode
The mode of temperature change for a
TemperatureAware.
Applies resistances to temperature changes under various conditions.-
Method Summary
Modifier and TypeMethodDescriptionintapplyResistance(TemperatureAware target, int temperatureChange) Applies thermal resistance to aTemperatureAwaretarget
-
Method Details
-
applyResistance
Applies thermal resistance to aTemperatureAwaretarget- Parameters:
target- The thermally-aware targettemperatureChange- The temperature change to apply resistance to- Returns:
- Returns the adjusted delta after applying resistance.
-