uchicago.src.sim.engine
Interface IAsynchAgent

All Known Implementing Classes:
AsynchAgent

public interface IAsynchAgent

Interface used for asynchronous agents.

Since:
3.0
Version:
$Revision: 1.2 $ $Date: 2004/11/03 19:50:57 $
Author:
Jerry Vos
See Also:
AsynchSchedule, AsynchAgent

Method Summary
 double findNextTaskCompletionTime()
           
 double getNextAvailableTime()
           
 

Method Detail

getNextAvailableTime

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

findNextTaskCompletionTime

public double findNextTaskCompletionTime()
Returns: