@Version(value="2.0.0.${qualifier}")
See: Description
| Class | Description |
|---|---|
| Commodity<BQ extends Quantity,FQ extends Quantity> |
This abstract class contains information about the units that are used for a particular commodity.
|
| Commodity.Electricity |
The
Commodity.Electricity commodity. |
| Commodity.Gas |
The
Commodity.Gas commodity. |
| Commodity.Heat |
The
Commodity.Heat commodity. |
| CommodityForecast |
This class is derived from
Profile. |
| CommodityForecast.Builder |
The Builder object that will be used to easily create
CommodityForecasts. |
| CommodityMap<V> |
A utility class that efficiently stores values for each type of
Commodity. |
| CommodityMeasurables |
The CommodityMeasurable is used to store a
Measurable for each Commodity. |
| CommodityMeasurables.Builder |
This helper class makes it easy to create an instance of the
CommodityMeasurables. |
| CommodityProfile |
This class is derived from
Profile. |
| CommodityProfile.Builder |
The Builder object that will be used to easily create
CommodityProfiles. |
| CommoditySet |
A utility class that efficiently stores which
Commodity instances are in this Set. |
| CommoditySet.Builder |
This helper class makes it easy to create an instance of the
CommoditySet. |
| CommodityUncertainMeasurables | |
| CommodityUncertainMeasurables.Builder |
This helper class makes it easy to create an instance of the
CommodityUncertainMeasurables. |
| Constraint<Q extends Quantity> |
A Constraint represents a range of values from the lowerBound to the upperBound.
|
| ConstraintList<Q extends Quantity> |
The
ConstraintList is used as a method to describe several modes. |
| ConstraintList.Builder<Q extends Quantity> |
The
ConstraintList.Builder is a convenience class to easily construct new immutable ConstraintLists. |
| ConstraintListMap |
The ConstraintListMap is used to store a
ConstraintList for each Commodity. |
| ConstraintListMap.Builder |
This helper class makes it easy to create an instance of the
ConstraintListMap. |
| ConstraintProfile<Q extends Quantity> |
This class is derived from
Profile and is parameterized with a Constraint. |
| ConstraintProfile.Builder<Q extends Quantity> |
The Builder object that will be used to easily create
ConstraintProfiles. |
| ConstraintProfileMap | |
| ConstraintProfileMap.Builder |
This helper class makes it easy to create an instance of the
ConstraintProfileMap. |
| Profile<T> |
Throughout this specification different profile types are being used.
|
| Profile.Element<T> |
Represents each element in the profile.
|
| UncertainMeasurableProfile<Q extends Quantity> |
This class is derived from
Profile. |
| UncertainMeasurableProfile.Builder<Q extends Quantity> |
The Builder object that will be used to easily create
UncertainMeasurableProfiles. |
| UncertainMeasure<Q extends Quantity> |
This class is being used to express uncertainty about a value.
|