compbio.engine.cluster.dundee
Class _QueueConstraints

java.lang.Object
  extended by compbio.engine.cluster.dundee._QueueConstraints

public final class _QueueConstraints
extends java.lang.Object


Field Summary
static int FIRST_MEMORY_LIMIT
           
static int LONG_TIME_LIMIT
           
static int MAX_MEMORY_LIMIT
           
static int SHORT_TIME_LIMIT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORT_TIME_LIMIT

public static final int SHORT_TIME_LIMIT
See Also:
Constant Field Values

LONG_TIME_LIMIT

public static final int LONG_TIME_LIMIT
See Also:
Constant Field Values

FIRST_MEMORY_LIMIT

public static final int FIRST_MEMORY_LIMIT
See Also:
Constant Field Values

MAX_MEMORY_LIMIT

public static final int MAX_MEMORY_LIMIT
See Also:
Constant Field Values