massim.framework
Interface TimeCriticalPerception

All Superinterfaces:
Perception, java.io.Serializable

public interface TimeCriticalPerception
extends Perception

Classes that implement this interface represent perceptions that should take maximally a certain amount of time to process and respond to it. This amount of time may or may not depend on a default time that the agent has to react.


Method Summary
 long getTimeout(long normaltimeout)
          Returns the time in milliseconds the agent is allowed to use to process and react to this perception.
 

Method Detail

getTimeout

long getTimeout(long normaltimeout)
Returns the time in milliseconds the agent is allowed to use to process and react to this perception.

Parameters:
normaltimeout - default timeout
Returns:
special timeout in milliseconds


Copyright © 2011. All Rights Reserved.