Package | Description |
---|---|
negotiator.gui.chart |
Modifier and Type | Method and Description |
---|---|
static double[][] |
MultipartyBidChart.makeDataPoints(java.util.List<TurnAndUtil> list)
Converts list of TurnAndUtil into a 2D data array for plotting.
|
void |
MultipartyBidChart.setBidSeries(java.util.Map<AgentID,java.util.List<TurnAndUtil>> turnAndUtilPerRoundPerAgent)
Sets the values for the parties.
|