simbad.picoevo.ext.representation
Class Element_Double

java.lang.Object
  extended by simbad.picoevo.core.representation.EvolutionObject
      extended by simbad.picoevo.core.representation.Element
          extended by simbad.picoevo.ext.representation.Element_Double
All Implemented Interfaces:
java.lang.Cloneable, InitialisationInterface

public class Element_Double
extends Element


Field Summary
private  double _value
           
 
Fields inherited from class simbad.picoevo.core.representation.Element
_individualOwner
 
Fields inherited from class simbad.picoevo.core.representation.EvolutionObject
_memoryModule, _name, _variationOperatorList
 
Constructor Summary
Element_Double(java.lang.String __name, Individual __individualOwner, java.util.ArrayList __elementLevelOperatorList)
           
Element_Double(java.lang.String __name, Individual __individualOwner, VariationOperator __elementLevelOperator)
           
 
Method Summary
 void displayInformation()
           
 double getValue()
           
 void setValue(double __value)
           
 
Methods inherited from class simbad.picoevo.core.representation.Element
clone, getOwner, getTemplate, performInitialisation, performVariations, setOwner, trace
 
Methods inherited from class simbad.picoevo.core.representation.EvolutionObject
addOperator, addOperatorList, getDisplayInformation, getName, getVariationOperator, getVariationOperatorList, getVariationOperatorListSize, performLevelVariations, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_value

private double _value
Constructor Detail

Element_Double

public Element_Double(java.lang.String __name,
                      Individual __individualOwner,
                      VariationOperator __elementLevelOperator)

Element_Double

public Element_Double(java.lang.String __name,
                      Individual __individualOwner,
                      java.util.ArrayList __elementLevelOperatorList)
Method Detail

setValue

public void setValue(double __value)

getValue

public double getValue()

displayInformation

public void displayInformation()
Overrides:
displayInformation in class Element