Uses of Class
ext.number.Value

Packages that use Value
ext.number   
moea.commons   
moea.commons.examples   
moea.moga.examples   
 

Uses of Value in ext.number
 

Subclasses of Value in ext.number
 class ValInt
           
 class ValLong
           
 class ValModInt
           
 class ValModPosInt
           
 class ValReal
           
 

Methods in ext.number that return Value
abstract  Value Value.add(Value right)
           
abstract  Value Value.clone()
           
abstract  Value Value.multiply(java.lang.Number right)
           
abstract  Value Value.opposite()
           
abstract  Value Value.rand()
           
abstract  Value Value.rand(Value upperBound)
           
abstract  Value Value.substract(Value right)
           
 

Methods in ext.number with parameters of type Value
 ValInt ValInt.add(Value right)
           
 ValLong ValLong.add(Value right)
           
 ValModInt ValModInt.add(Value right)
           
 ValModPosInt ValModPosInt.add(Value right)
           
 ValReal ValReal.add(Value right)
           
abstract  Value Value.add(Value right)
           
 int ValInt.compareTo(Value right)
           
 int ValLong.compareTo(Value right)
           
 int ValModInt.compareTo(Value right)
           
 int ValModPosInt.compareTo(Value right)
           
 int ValReal.compareTo(Value right)
           
 ValInt ValInt.rand(Value upperBound)
           
 ValLong ValLong.rand(Value upperBound)
           
 ValModInt ValModInt.rand(Value upperBound)
           
 ValModPosInt ValModPosInt.rand(Value upperBound)
           
 ValReal ValReal.rand(Value upperBound)
           
abstract  Value Value.rand(Value upperBound)
           
 ValInt ValInt.substract(Value right)
           
 ValLong ValLong.substract(Value right)
           
 ValModInt ValModInt.substract(Value right)
           
 ValModPosInt ValModPosInt.substract(Value right)
           
 ValReal ValReal.substract(Value right)
           
abstract  Value Value.substract(Value right)
           
 

Uses of Value in moea.commons
 

Fields in moea.commons declared as Value
protected  Value[] Individual.x
           
protected static Value[] Individual.xL
           
protected static Value[] Individual.xU
           
 

Fields in moea.commons with type parameters of type Value
protected  java.util.Map<java.lang.String,Value> Entity.properties
           
 

Methods in moea.commons that return Value
 Value Entity.getProperty(java.lang.String name)
           
 

Methods in moea.commons with parameters of type Value
 void Entity.setProperty(java.lang.String name, Value value)
           
 

Uses of Value in moea.commons.examples
 

Methods in moea.commons.examples with parameters of type Value
 void TestFunction.evaluateFunction(Value[] x, ObjectiveVector objs)
           
 

Uses of Value in moea.moga.examples
 

Constructors in moea.moga.examples with parameters of type Value
Profile(Value[] x)
           
ProfileChristosV2(Value[] x)
           
ProfileEvaluation(Value[] x)