com.rubecula.darwin.examples.travelingsalesman
Class Organism_TS

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.world.Organism_
          extended by com.rubecula.darwin.domain.world.Organism_Asexual
              extended by com.rubecula.darwin.examples.travelingsalesman.Organism_TS
All Implemented Interfaces:
Censusible, EnvironmentListener, Genetic, Mortal, Organism, Asexual, ComparableValue, Individual, Valuable, java.lang.Cloneable, java.lang.Comparable<Valuable>, net.sf.tostring0.Identifiable, net.sf.tostring0.IToString

public class Organism_TS
extends Organism_Asexual

Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.world.Organism_
_identifier, _nuclear, LOG
 
Fields inherited from interface net.sf.tostring0.IToString
ANGBR_OPEN, ANGBRA_CLSE, BRA_CLSE, BRA_OPEN, BRCE_OPEN, BRCS_CLSE, COLON, LIST_SEPARATOR, MAX_ELEMENTS_DEFAULT, S_MT, S_PERCENT, SEPARATOR, SPACE
 
Method Summary
static Organism createOrganism(int i, Colony colony)
          Method to create a new organism by seeding.
 
Methods inherited from class com.rubecula.darwin.domain.world.Organism_Asexual
createMate, createPairBond, getAsexualProgeny, makeProgeny, reproduce, seed
 
Methods inherited from class com.rubecula.darwin.domain.world.Organism_
age, censusMe, clone, compareTo, equals, getAge, getCensusibleChildren, getColony, getFitness, getGenome, getIdentifier, getMortality, getNuclear, getPhenotype, getValue, getVisualizable, hashCode, isMortal, isNew, isViable, isVisible, normalizeGenome, onEnvironmentChange, setColony, setViability, setViable
 
Methods inherited from class net.sf.tostring0.AToString
toString, toString, toStringBrief, toStringId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rubecula.darwin.domain.helper.Genetic
getGenome
 
Methods inherited from interface net.sf.tostring0.IToString
toString, toStringBrief, toStringId
 

Method Detail

createOrganism

public static Organism createOrganism(int i,
                                      Colony colony)
Method to create a new organism by seeding. FIXME this does nothing with the geneParams.

Parameters:
i -
colony - XXX
Returns:
a newly seeded Organism_Asexual object


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.