infrastructure
Class Settings.FEED_STATUS

java.lang.Object
  extended by infrastructure.Settings.FEED_STATUS
Enclosing class:
Settings

public static final class Settings.FEED_STATUS
extends java.lang.Object

Feed status for the agents


Field Summary
static int FULL_FED
           
static int HALF_FED
           
static int NOT_FED
           
 
Constructor Summary
Settings.FEED_STATUS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_FED

public static final int NOT_FED
See Also:
Constant Field Values

FULL_FED

public static final int FULL_FED
See Also:
Constant Field Values

HALF_FED

public static final int HALF_FED
See Also:
Constant Field Values
Constructor Detail

Settings.FEED_STATUS

public Settings.FEED_STATUS()