|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AgentInfo
Collection of useful information about an agent.
A get-prefix indicates that the return value of the method may change over time.
| Method Summary | |
|---|---|
TaskSet |
getTasks()
The tasks that the agent has accepted, but not yet picked up or delivered. |
int |
id()
A unique id in the range [0,numAgents). |
java.util.List<VehicleInfo> |
vehicles()
The vehicles controlled by the agent |
| Methods inherited from interface logist.agent.AgentStatistics |
|---|
getTotalCost, getTotalDistance, getTotalDistanceUnits, getTotalProfit, getTotalReward, getTotalTasks, name |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int id()
AuctionBehavior.auctionResult(Task,int,Long[])
java.util.List<VehicleInfo> vehicles()
TaskSet getTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||