uchicago.src.repastdemos.asynchAgents
Class Task

java.lang.Object
  extended by uchicago.src.repastdemos.asynchAgents.Task

public class Task
extends java.lang.Object

The class representing a task assigned to an employee by the boss. Currently this class is empty, but it is used to illustrate something meaningful being assigned to the employee.

Version:
$Revision: 1.1 $ $Date: 2005/08/12 20:04:57 $
Author:
Jerry Vos

Constructor Summary
Task()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task

public Task()