|
||||||||||
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.Individual
simbad.picoevo.ext.representation.Individual_SimpleIndividual
public class Individual_SimpleIndividual
Field Summary |
---|
Fields inherited from class simbad.picoevo.core.representation.Individual |
---|
_elementList, _fitness, _isEvaluated, _populationOwner |
Fields inherited from class simbad.picoevo.core.representation.EvolutionObject |
---|
_memoryModule, _name, _variationOperatorList |
Constructor Summary | |
---|---|
Individual_SimpleIndividual(Population __populationOwner)
|
|
Individual_SimpleIndividual(java.lang.String __name,
Population __populationOwner)
|
Method Summary | |
---|---|
void |
addElement(Element __element)
|
void |
displayInformation()
|
Methods inherited from class simbad.picoevo.core.representation.Individual |
---|
clone, compareTo, getElementAt, getElementListSize, getFitness, getOwner, getTemplate, isEvaluated, performEvaluation, performInitialisation, performVariations, setEvaluationFlag, setFitness, setPopulationSpace, trace, updateFitness |
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 |
---|
public Individual_SimpleIndividual(java.lang.String __name, Population __populationOwner)
public Individual_SimpleIndividual(Population __populationOwner)
Method Detail |
---|
public void addElement(Element __element)
addElement
in class Individual
public void displayInformation()
displayInformation
in class EvolutionObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |