Package uchicago.src.repastdemos.asynchAgents

Class Summary
AsynchAgentsModel A model illustrating the use of the asynchronous agents and schedule.
Boss This class represents the agent who outputs a value based on either exponential or polynomial function for a given input.
Consultant This is the agent that moves agents according to how many tasks they have relative to the rest of the employees.
Employee This class represents the employees who perform tasks assigned by the boss.
Office The space the agents are contained in.
Task The class representing a task assigned to an employee by the boss.