package iamrescue.agent.ambulanceteam.ambulancetools; /** * @author sdr Keep all the inter agent communication constants in this class * * @updated rck05r, ram08v */ public interface AladdinInterAgentConstants { public final static int ALLOCATION_WINDOW = 20; }