Uses of Class
ext.number.ValReal

Packages that use ValReal
ext.number   
moea.mopso.society   
 

Uses of ValReal in ext.number
 

Fields in ext.number declared as ValReal
static ValReal ValReal.MAX_VALUE
           
static ValReal ValReal.MIN_VALUE
           
static ValReal ValReal.ZERO
           
 

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

Constructors in ext.number with parameters of type ValReal
ValReal(ValReal src)
           
 

Uses of ValReal in moea.mopso.society
 

Fields in moea.mopso.society declared as ValReal
protected  ValReal[] Particle.v