- VALID_PARAMETER_STYLE - Static variable in class jcgp.gui.settings.parameters.GUIParameter
 
-  
 
- validate(Boolean) - Method in class jcgp.backend.parameters.BooleanParameter
 
-  
 
- validate(Number) - Method in class jcgp.backend.parameters.DoubleParameter
 
-  
 
- validate(Number) - Method in class jcgp.backend.parameters.IntegerParameter
 
-  
 
- validate(Boolean) - Method in class jcgp.backend.parameters.monitors.BooleanMonitor
 
-  
 
- validate(Number) - Method in class jcgp.backend.parameters.monitors.DoubleMonitor
 
-  
 
- validate(Number) - Method in class jcgp.backend.parameters.monitors.IntegerMonitor
 
-  
 
- validate(T) - Method in class jcgp.backend.parameters.Parameter
 
- 
This is a callback method which gets called whenever changes
 to parameters (not only its own instance) are made.
 
- validate() - Method in class jcgp.gui.settings.parameters.GUIParameter
 
- 
Force the parameter to validate its current value, and apply the associated
 style to the @code{GUIParameter}.
 
- valueOf(String) - Static method in enum jcgp.backend.modules.problem.BestFitness
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum jcgp.backend.parameters.ParameterStatus
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum jcgp.gui.population.GUIGene.GUIGeneState
 
- 
Returns the enum constant of this type with the specified name.
 
- valueProperty() - Method in class jcgp.backend.parameters.Parameter
 
- 
This method is intended for bindings only.
 
- values() - Static method in enum jcgp.backend.modules.problem.BestFitness
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum jcgp.backend.parameters.ParameterStatus
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum jcgp.gui.population.GUIGene.GUIGeneState
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- VerticalDragResize - Class in jcgp.gui.dragresize
 
- 
This class adds vertical drag resize functionality to any 
 arbitrary region provided.