simbad.picoevo.ext.representation
Class Element_DynamicArray_Bit

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

public class Element_DynamicArray_Bit
extends Element_DynamicArray

Author:
nicolas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class simbad.picoevo.ext.representation.Element_DynamicArray
_array
 
Fields inherited from class simbad.picoevo.ext.representation.Element_Array
_initGenotypeLength
 
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_DynamicArray_Bit(Individual __individualOwner, java.util.ArrayList __elementLevelOperatorList)
           
Element_DynamicArray_Bit(Individual __individualOwner, java.util.ArrayList __elementLevelOperatorList, int __size)
           
Element_DynamicArray_Bit(java.lang.String __name, Individual __individualSpace, java.util.ArrayList __elementLevelOperatorList)
           
Element_DynamicArray_Bit(java.lang.String __name, Individual __individualSpace, java.util.ArrayList __elementLevelOperatorList, int __size)
           
 
Method Summary
 
Methods inherited from class simbad.picoevo.ext.representation.Element_DynamicArray
displayInformation, getArray, setArray
 
Methods inherited from class simbad.picoevo.ext.representation.Element_Array
getInitGenotypeLength, setInitGenotypeLength
 
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
 

Constructor Detail

Element_DynamicArray_Bit

public Element_DynamicArray_Bit(Individual __individualOwner,
                                java.util.ArrayList __elementLevelOperatorList)

Element_DynamicArray_Bit

public Element_DynamicArray_Bit(java.lang.String __name,
                                Individual __individualSpace,
                                java.util.ArrayList __elementLevelOperatorList)

Element_DynamicArray_Bit

public Element_DynamicArray_Bit(Individual __individualOwner,
                                java.util.ArrayList __elementLevelOperatorList,
                                int __size)

Element_DynamicArray_Bit

public Element_DynamicArray_Bit(java.lang.String __name,
                                Individual __individualSpace,
                                java.util.ArrayList __elementLevelOperatorList,
                                int __size)