kaos.autonomy.vocabulary
Class ValueConcepts

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

public class ValueConcepts
extends java.lang.Object


Field Summary
static double MARGINAL_VALUE
           
static double MAXIMAL_VALUE
           
static double MINIMAL_VALUE
           
static int VALUE_LEVEL_NUMBER
           
 
Constructor Summary
ValueConcepts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINIMAL_VALUE

public static final double MINIMAL_VALUE
See Also:
Constant Field Values

MARGINAL_VALUE

public static final double MARGINAL_VALUE
See Also:
Constant Field Values

MAXIMAL_VALUE

public static final double MAXIMAL_VALUE
See Also:
Constant Field Values

VALUE_LEVEL_NUMBER

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

ValueConcepts

public ValueConcepts()