kaos.autonomy.vocabulary
Class WeightConcepts

java.lang.Object
  extended by kaos.autonomy.vocabulary.WeightConcepts

public class WeightConcepts
extends java.lang.Object


Field Summary
static int WEIGHT_INIT
           
static int WEIGHT_MAX
           
static int WEIGHT_MIN
           
 
Constructor Summary
WeightConcepts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEIGHT_MIN

public static final int WEIGHT_MIN
See Also:
Constant Field Values

WEIGHT_MAX

public static final int WEIGHT_MAX
See Also:
Constant Field Values

WEIGHT_INIT

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

WeightConcepts

public WeightConcepts()