| Package | Description |
|---|---|
| eu.fispace.api.ag |
This package contains the classes that describe the format of the messages that
the FIspace SDI component will exchange with:
The FIspace B2B component
External systems connected to FIspace
The classes in this package are specific for the overall greenhouse example scenario
to be developed until the M9 milestone.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ForecastDataPoint> |
ForecastRequest.dataPoint |
protected List<ForecastDataPoint> |
ForecastResponse.dataPoint |
| Modifier and Type | Method and Description |
|---|---|
ForecastDataPoint |
ObjectFactory.createForecastDataPoint()
Create an instance of
ForecastDataPoint |
ForecastDataPoint |
ForecastDataPoint.withStddev(double value) |
ForecastDataPoint |
ForecastDataPoint.withTime(double value) |
ForecastDataPoint |
ForecastDataPoint.withValue(double value) |
| Modifier and Type | Method and Description |
|---|---|
List<ForecastDataPoint> |
ForecastRequest.getDataPoint()
Gets the value of the dataPoint property.
|
List<ForecastDataPoint> |
ForecastResponse.getDataPoint()
Gets the value of the dataPoint property.
|
| Modifier and Type | Method and Description |
|---|---|
ForecastRequest |
ForecastRequest.withDataPoint(ForecastDataPoint... values) |
ForecastResponse |
ForecastResponse.withDataPoint(ForecastDataPoint... values) |
| Modifier and Type | Method and Description |
|---|---|
ForecastRequest |
ForecastRequest.withDataPoint(Collection<ForecastDataPoint> values) |
ForecastResponse |
ForecastResponse.withDataPoint(Collection<ForecastDataPoint> values) |
Copyright © 2016. All Rights Reserved.