|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.picoevo.core.representation.EvolutionObject
simbad.picoevo.core.representation.Element
simbad.picoevo.ext.representation.Element_Bit
public class Element_Bit
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 |
---|
protected boolean _value
Constructor Detail |
---|
public Element_Bit(java.lang.String __name, Individual __individualSpace, VariationOperator __elementLevelOperator)
public Element_Bit(java.lang.String __name, Individual __individualSpace, java.util.ArrayList __elementLevelOperatorList)
Method Detail |
---|
public void setValue(boolean __value)
public boolean getValue()
public void displayInformation()
displayInformation
in class Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |