Uses of Interface
logist.agent.AgentStatistics

Packages that use AgentStatistics
logist.agent   
logist.config   
logist.history   
 

Uses of AgentStatistics in logist.agent
 

Subinterfaces of AgentStatistics in logist.agent
 interface Agent
          Collection of useful information about an agent.
 

Uses of AgentStatistics in logist.config
 

Methods in logist.config that return types with arguments of type AgentStatistics
static java.util.List<AgentStatistics> Parsers.parseHistory(java.io.File file)
           
 

Uses of AgentStatistics in logist.history
 

Methods in logist.history with parameters of type AgentStatistics
 void History.addStat(int rank, AgentStatistics agent)