Uses of Package
logist.task

Packages that use logist.task
logist.agent   
logist.behavior   
logist.history   
logist.plan Allows to create plans that consist of a sequence of actions. 
logist.simulation   
logist.task Provides task generation, task distribution and task sets. 
 

Classes in logist.task used by logist.agent
Task
          A task represents the unit of work in the pick up and delivery problem.
TaskSet
          A specialized Set implementation for use with Task objects.
 

Classes in logist.task used by logist.behavior
Task
          A task represents the unit of work in the pick up and delivery problem.
TaskDistribution
          The probability, reward and weight distributions of Tasks.
TaskSet
          A specialized Set implementation for use with Task objects.
 

Classes in logist.task used by logist.history
Task
          A task represents the unit of work in the pick up and delivery problem.
 

Classes in logist.task used by logist.plan
Task
          A task represents the unit of work in the pick up and delivery problem.
TaskSet
          A specialized Set implementation for use with Task objects.
 

Classes in logist.task used by logist.simulation
DefaultTaskDistribution
          A task distribution and a task generator that are based on task frequencies.
Task
          A task represents the unit of work in the pick up and delivery problem.
TaskDistribution
          The probability, reward and weight distributions of Tasks.
TaskSet
          A specialized Set implementation for use with Task objects.
 

Classes in logist.task used by logist.task
Policy
          A policy allows to create a probability distribution that depends on the distance of the tasks.
Task
          A task represents the unit of work in the pick up and delivery problem.
TaskDistribution
          The probability, reward and weight distributions of Tasks.
TaskSet
          A specialized Set implementation for use with Task objects.