simbad.picoevo.ext.representation
Class Element_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_Bit
All Implemented Interfaces:
java.lang.Cloneable, InitialisationInterface

public class Element_Bit
extends Element


Field Summary
protected  boolean _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_Bit(java.lang.String __name, Individual __individualSpace, java.util.ArrayList __elementLevelOperatorList)
           
Element_Bit(java.lang.String __name, Individual __individualSpace, VariationOperator __elementLevelOperator)
           
 
Method Summary
 void displayInformation()
           
 boolean getValue()
           
 void setValue(boolean __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

protected boolean _value
Constructor Detail

Element_Bit

public Element_Bit(java.lang.String __name,
                   Individual __individualSpace,
                   VariationOperator __elementLevelOperator)

Element_Bit

public Element_Bit(java.lang.String __name,
                   Individual __individualSpace,
                   java.util.ArrayList __elementLevelOperatorList)
Method Detail

setValue

public void setValue(boolean __value)

getValue

public boolean getValue()

displayInformation

public void displayInformation()
Overrides:
displayInformation in class Element