|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.degreedays.api.data.Calculation
net.degreedays.api.data.impl.CoolingDegreeDaysCalculation
public final class CoolingDegreeDaysCalculation
A type of Calculation
that specifies that cooling degree days should
be calculated and that holds the base temperature that they should be
calculated to.
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
Constructor Summary | |
---|---|
CoolingDegreeDaysCalculation(Temperature baseTemperature)
Constructs a CoolingDegreeDaysCalculation object with the
specified base temperature. |
Method Summary | |
---|---|
Temperature |
baseTemperature()
Returns the non-null base temperature of the cooling-degree-days calculation. |
java.lang.String |
toString()
Returns a non-null, non-empty string representation of this object for logging and debugging purposes. |
Methods inherited from class net.degreedays.api.data.Calculation |
---|
coolingDegreeDays, equals, hashCode, heatingDegreeDays |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CoolingDegreeDaysCalculation(Temperature baseTemperature)
CoolingDegreeDaysCalculation
object with the
specified base temperature.
baseTemperature
- the base temperature that the cooling degree days
should be calculated to. Cannot be null
.
java.lang.NullPointerException
- if baseTemperature
is null.Method Detail |
---|
public Temperature baseTemperature()
public java.lang.String toString()
The exact details of the representation are unspecified and subject to change.
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |