|
||||||||||
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.HeatingDegreeDaysCalculation
public final class HeatingDegreeDaysCalculation
A type of Calculation
that specifies that heating 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 | |
---|---|
HeatingDegreeDaysCalculation(Temperature baseTemperature)
Constructs a HeatingDegreeDaysCalculation object with the
specified base temperature. |
Method Summary | |
---|---|
Temperature |
baseTemperature()
Returns the non-null base temperature of the heating-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 HeatingDegreeDaysCalculation(Temperature baseTemperature)
HeatingDegreeDaysCalculation
object with the
specified base temperature.
baseTemperature
- the base temperature that the heating 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 |