@Version(value="2.0.0.${tstamp}")
See: Description
| Class | Description |
|---|---|
| ArrayBid |
This immutable data object represents a
Bid with a double demand array to represent the bid
curve. |
| ArrayBid.Builder |
A builder class to create an
ArrayBid instance. |
| Bid |
This immutable abstract data object defines the basis for a Bid in the Powermatcher cluster.
|
| MarketBasis |
MarketBasis is an immutable data object specifying the settings for the market. |
| PointBid |
This immutable data object represents a
Bid with a PricePoint array to represent the bid curve. |
| PointBid.Builder |
A builder class to create an
PointBid instance. |
| Price |
This immutable data object represents a price in the powermatcher cluster.
|
| PricePoint |
PricePoint represents a Price and the demand that goes with it.
|
| PriceStep |
This immutable data object represents a priceStep and its
MarketBasis. |