Uses of Class
logist.agent.AgentImpl

Packages that use AgentImpl
logist.agent   
logist.config   
logist.simulation   
 

Uses of AgentImpl in logist.agent
 

Methods in logist.agent that return AgentImpl
static AgentImpl AgentImpl.forClass(java.lang.String agentName, java.util.Map<java.lang.String,java.lang.String> map, java.lang.Class<?> behavior)
           
 

Uses of AgentImpl in logist.config
 

Methods in logist.config that return types with arguments of type AgentImpl
static java.util.List<AgentImpl> Parsers.parseAgents(java.lang.String configFile, java.lang.String[] names)
           
 

Uses of AgentImpl in logist.simulation
 

Constructor parameters in logist.simulation with type arguments of type AgentImpl
Manager(LogistSettings settings, Topology topology, java.util.List<AgentImpl> agents, java.util.List<Company> companies, DefaultTaskDistribution taskDistribution)
           
Simulation(Context sim, java.util.List<AgentImpl> agents, History history)