Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
static RegressionTag |
RegressionTag.fromString(java.lang.String string)
|
static RegressionTag |
RegressionTag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegressionTag[] |
RegressionTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<RegressionTag> |
Regression.tags()
Returns a non-null immutable set of the tags that describe how this
Regression came to be included in the response from the API. |
Modifier and Type | Method and Description |
---|---|
Regression.Builder |
Regression.Builder.addTag(RegressionTag tag) |
boolean |
Regression.hasTag(RegressionTag tag)
Returns
true if this Regression contains the
specified tag ; false otherwise. |
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.