uchicago.src.sim.engine
Interface IAsynchAgent

All Known Implementing Classes:
AsynchAgent, Employee

public interface IAsynchAgent

Interface used for asynchronous agents.

Since:
3.0
Version:
$Revision: 1.3 $ $Date: 2005/08/12 16:13:29 $
Author:
Jerry Vos
See Also:
AsynchSchedule, AsynchAgent

Method Summary
 double findNextTaskCompletionTime()
           
 double getNextAvailableTime()
           
 

Method Detail

getNextAvailableTime

double getNextAvailableTime()
Returns:
the next time the agent is available to perform an action

findNextTaskCompletionTime

double findNextTaskCompletionTime()
Returns: