Uses of Interface
logist.agent.AgentInfo

Packages that use AgentInfo
adapter   
logist.agent   
logist.behavior   
 

Uses of AgentInfo in adapter
 

Methods in adapter with parameters of type AgentInfo
 void BehaviorAdapter.setup(Topology topology, TaskDistribution distribution, AgentInfo agent)
           
 

Uses of AgentInfo in logist.agent
 

Methods in logist.agent that return AgentInfo
 AgentInfo Agent.getInfo()
           
 

Uses of AgentInfo in logist.behavior
 

Methods in logist.behavior with parameters of type AgentInfo
 void AuctionBehavior.setup(Topology topology, TaskDistribution distribution, AgentInfo agent)
          The setup method is called exactly once, before the simulation starts and before any other method is called.