Uses of Interface
logist.task.TaskDistribution

Packages that use TaskDistribution
logist.behavior   
logist.simulation   
logist.task Provides task generation, task distribution and task sets. 
 

Uses of TaskDistribution in logist.behavior
 

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

Uses of TaskDistribution in logist.simulation
 

Methods in logist.simulation that return TaskDistribution
 TaskDistribution Manager.getTaskDistribution()
           
 TaskDistribution Context.getTaskDistribution()
           
 

Uses of TaskDistribution in logist.task
 

Classes in logist.task that implement TaskDistribution
 class DefaultTaskDistribution
          A task distribution and a task generator that are based on task frequencies.